Skip to content

Instantly share code, notes, and snippets.

Created January 13, 2016 11:50
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 anonymous/bfcd96b9bb3ad2f5d943 to your computer and use it in GitHub Desktop.
Save anonymous/bfcd96b9bb3ad2f5d943 to your computer and use it in GitHub Desktop.
Responsive image using srcset
<img src="small.jpg"
srcset="large.jpg 1024w,
medium.jpg 640w,
small.jpg 320w"
alt="Placeholder Image" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment