Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Last active August 29, 2015 14:00
Show Gist options
  • Save hjortureh/11172614 to your computer and use it in GitHub Desktop.
Save hjortureh/11172614 to your computer and use it in GitHub Desktop.
Responsive image element syntax
<img src="small.jpg"
srcset="large.jpg 1024w,
medium.jpg 640w,
small.jpg 320w"
sizes="(min-width: 36em) 33.3vw,
100vw"
alt="A rad wolf" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment