I am the art teacher designing a template for all teachers at my school to use- about 40- 50 teachers will use the template I create. I have some coding background from a previous career, but would say basically I am a new-to-canvas power user. As an artist, I worry about creating content that is visually appealing but heavy to load on some of our student devices that will vary considerably. I have created:
I started being concerned with three things- alignment, size and load-time.
I am just worried about load time/I can visually see the other problems. Researching to try to deal with all concerns- I found an article that said to avoid server-side resizing of images. That made some sense- so I should create the image the size it should appear and then just insert it in Canvas, basically not specifying anything for size in image options and if it defaults to anything I would delete any reference to width or height in the html for that image. I feel like I am running into some bugs possibly- here is one:
NOTE: I am designing the template for my school and I created a 7-min video logging several issues I was seeing that seemed to hamper me to some extent. Understandably, I dont see a way to send that as a file to the dev team...guess that would be tough for them to handle. Let me try to ask the questions here (after searching for like concerns).