Skip to content

Instantly share code, notes, and snippets.

@jefflembeck
Created May 28, 2014 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jefflembeck/8827b662a5495b67f605 to your computer and use it in GitHub Desktop.
Save jefflembeck/8827b662a5495b67f605 to your computer and use it in GitHub Desktop.
Picture Test case - 100vw, multiple srcset
<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