Skip to content

Instantly share code, notes, and snippets.

@reanim8ed
Last active February 8, 2020 08:21
Show Gist options
  • Save reanim8ed/7f678b041c5391f2d80003a8ae537f3c to your computer and use it in GitHub Desktop.
Save reanim8ed/7f678b041c5391f2d80003a8ae537f3c to your computer and use it in GitHub Desktop.
[Picture tag] Use multiple image formats with a fallback #html5 #webp
<picture>
<source srcset='your/path/image.webp' type='image/webp' />
<img src='your/path/image.jpg' alt="" />
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment