This file contains 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="img-1024.webp, img-1024-2x.webp 2x" type="image/webp" media="(min-width: 1024px)" /> | |
<source srcset="img-1024.jpg, img-1024-2.jpg 2x" type="image/jpg" media="(min-width: 1024px)" /> | |
<source srcset="img-768.webp, img-768-2x.webp 2x" type="image/webp" media="(min-width: 768px)" /> | |
<source srcset="img-768.jpg, img-768-2x.jpg 2x" type="image/jpg" media="(min-width: 768px)" /> | |
<source srcset="img-480.webp, img-480-2x.webp 2x" type="image/webp" media="(min-width: 480px)" /> | |
<source srcset="img-480.jpg, img-480-2x.jpg 2x" type="image/jpg" media="(min-width: 480px)" /> | |
<source srcset="img-320.webp, img-320-2x.webp 2x" type="image/webp" /> | |
<img srcset="img-320.jpg, img-320-2x.jpg 2x" type="image/jpg" alt="A beautiful responsive image" /> | |
</picture> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment