Created
May 28, 2014 16:46
-
-
Save jefflembeck/8827b662a5495b67f605 to your computer and use it in GitHub Desktop.
Picture Test case - 100vw, multiple srcset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img alt="[...]" | |
sizes="100vw" | |
srcset=" | |
/case_gallery/smart_p.jpg 320w, | |
/case_gallery/smart_l.jpg 480w, | |
/case_gallery/tablet_p.jpg 768w, | |
/case_gallery/tablet_l.jpg 1024w, | |
/case_gallery/desktop.jpg 1280w | |
"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment