ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Show same image with different resolution at smaller screen widths #1560

Open SamuelmdLow opened 23 hours ago

SamuelmdLow commented 23 hours ago

With smaller screen size you benefit less from high resolution. You often also have slower machines (phone instead of laptop). We can improve site performance using css media queries by hiding large resolution images when the screen width is small and showing the same image with lower resolution

SamuelmdLow commented 20 hours ago

Actually what I said was wrong. Use this https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images (thanks peter!)