Forum Discussion
SarahHarold
12 months agoCommunity Member
Pixilated graphics when using three or four column grids
Hi there,
So I've been trying to incorporate using three/four column grids into my lessons but there is always some pixilation that happens with one or more of the graphics when uploaded. I've att...
TomKuhlmann
12 months agoStaff
A couple of considerations with images:
- Raster (bitmap) images are made of pixels. If you scale the image up or down, you'll get some degradation. Sometimes when you nudge the browser window up or down, you may notice the image pixelation change and sometimes look a bit sharper than the other.
- If you use a vector image like SVG then you won't get the pixelation because the image is made up of vectors rather than pixels. Not sure of the source of your image, but it looks like an illustration (assuming you made it) that could be output as an SVG.
Here are some tips on working with images. There's a tip on removing compression.
- SarahHarold12 months agoCommunity Member
As some looked pixilated while others didn't, when both would be the exact same size and file type, I didn't think to try svg. I've tried it there and it definitely improves the problem. Although some of the graphics still seem to retain that pixilation, not sure why or the connection for some to be fixed while others are not. Vector would be ideal but unfortunately not possible for me at the moment. Thanks for the svg suggestion though!