djstevenson / songs-to-the-siren

A blog about songs
MIT License
0 stars 0 forks source link

Support retina images #239

Closed djstevenson closed 4 years ago

djstevenson commented 4 years ago

Support @2x images (and, if possible, @3x images)

djstevenson commented 4 years ago

There aren't many images on the site, so one thing to consider it just uploading the higher @2x or @3x images and letting the browser scale it.

Evaluate that to see if it works out expensive in terms of bandwidth. If not, then that's a simple solution. If it doesn't work well, then look at smarter options (css w/ media queries?)

djstevenson commented 4 years ago

Doing the above "just upload big images" isn't mobile friendly, so not doing that.

PR #261 supports logos and artwork at @1x @2x @3x and @4x