Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created January 28, 2022 17:54
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 henshaw/ba9017c3b5f6935059b2ecd76f45250d to your computer and use it in GitHub Desktop.
Save henshaw/ba9017c3b5f6935059b2ecd76f45250d to your computer and use it in GitHub Desktop.
Picture element supporting WebP image
<picture>
<source srcset="image.webp" type="image/webp">
<img src="image.jpg" alt="description">
</picture>
@henshaw
Copy link
Author

henshaw commented Jan 28, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment