djstevenson / songs-to-the-siren

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

Don't generate srcset for resolutions we can't get #262

Closed djstevenson closed 4 years ago

djstevenson commented 4 years ago

PR #261 added support for retina images @1x thru @4x

What if I can't get a high-enough resolution image to do an @4x version, for example? When editing a song, I should be able to say what is the max resolution I have available, and only reference up to that res.

djstevenson commented 4 years ago

Fixed by PR #285