Skip to content

Instantly share code, notes, and snippets.

@zrothauser
Created July 24, 2015 19:58
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 zrothauser/a58d1d3cf4cc3f285a85 to your computer and use it in GitHub Desktop.
Save zrothauser/a58d1d3cf4cc3f285a85 to your computer and use it in GitHub Desktop.
Srcset markup
<img src="http://10up.com/wp-content/uploads/2015/07/example-1000x250.jpg"
srcset="http://10up.com/wp-content/uploads/2015/07/example-2000x500.jpg 2000w,
http://10up.com/wp-content/uploads/2015/07/example-1000x250.jpg 1000w,
http://10up.com/wp-content/uploads/2015/07/example-500x125.jpg 500w"
sizes="(min-width: 64em) 674px,
100vw"
alt="Alt Text"
class="featured-image" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment