Skip to content

Instantly share code, notes, and snippets.

@gregwhitworth
Last active November 18, 2015 21:23
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 gregwhitworth/1a80a5948d496983d7d4 to your computer and use it in GitHub Desktop.
Save gregwhitworth/1a80a5948d496983d7d4 to your computer and use it in GitHub Desktop.
<picture>
<source type="image/vnd.ms-photo"
sizes="100vw"
srcset="imgs/hero-small.jxr 480w,
imgs/hero-med.jxr 960w,
imgs/hero-large.jxr 1920w,
imgs/hero-xlarge.jxr 2500w">
<img class="hero"
src="imgs/hero-xlarge.jpg"
sizes="100vw"
srcset="imgs/hero-small.jpg 480w,
imgs/hero-med.jpg 960w,
imgs/hero-large.jpg 1920w"
alt="A portrait painting of a woman on a couch">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment