newtheatre / history-project

:scroll: Historical record of happenings at the Nottingham New Theatre.
https://history.newtheatre.org.uk
MIT License
17 stars 16 forks source link

<picture> element and srcset, retina screens and mobile devices #188

Closed wjdp closed 7 years ago

wjdp commented 9 years ago

Do something for high DPI screens as resized images look shitty, #31

Also reduce download of massive pictures on devices that do not need

wjdp commented 8 years ago

New <picture> element would be a good fit for this. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture.

For jekyll implementation I'm playing around with https://github.com/robwierzbowski/jekyll-picture-tag, we're using his image_tag.rb plugin, this is the continuation of that. Shouldn't be too taxing of a migration.