documentcloud / documentcloud-pages

Responsively embed DocumentCloud pages.
https://documentcloud.github.io/documentcloud-pages/examples/
MIT License
23 stars 10 forks source link

Add `srcset` to image tags to hint higher-res images #25

Closed reefdog closed 8 years ago

reefdog commented 8 years ago

srcset lets us alert browsers to different sizes of images so it can choose the most appropriate one for the device's pixel density. We should consider adding srcset to our unenhanced markup, but definitely use it on our enhanced.

https://css-tricks.com/responsive-images-youre-just-changing-resolutions-use-srcset/ http://caniuse.com/#search=srcset