Skip to content

Instantly share code, notes, and snippets.

@navjotjsingh
Created June 27, 2021 00:09
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 navjotjsingh/6c4c0b4024c62f993c9a4a89f9236c2b to your computer and use it in GitHub Desktop.
Save navjotjsingh/6c4c0b4024c62f993c9a4a89f9236c2b to your computer and use it in GitHub Desktop.
JXL Image HTML Code
<picture>
<source srcset="https://example.com/images/picture.jxl" type="image/jxl">
<img src="https://example.com/images/jpeg_fallback_picture.jpg" alt="JPEG Fallback picture for JPEG XL format">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment