Created
June 27, 2021 00:09
-
-
Save navjotjsingh/6c4c0b4024c62f993c9a4a89f9236c2b to your computer and use it in GitHub Desktop.
JXL Image HTML Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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