Skip to content

Instantly share code, notes, and snippets.

@jmuzsik
Last active July 9, 2019 21:00
Show Gist options
  • Save jmuzsik/7b1ede6eea0c4934836ed3531a487ce9 to your computer and use it in GitHub Desktop.
Save jmuzsik/7b1ede6eea0c4934836ed3531a487ce9 to your computer and use it in GitHub Desktop.
picture.html
<picture>
<source type="image/webp" srcset="path/to/image.webp" />
<source type="image/jp2" srcset="path/to/image.jp2" />
<source type="image/jxr" srcset="path/to/image.jxr">
<img src="path/to/image.jpg" alt="alt description" />
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment