Last active
November 5, 2019 13:27
-
-
Save Keyes/bfe536c4796e0f01fe238da7aebd87c0 to your computer and use it in GitHub Desktop.
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="/images/image-496.webp, /images/image-992.webp 2x" type="image/webp" media="(min-width: 992px)" /> | |
<source srcset="/images/image-496.jpg, /images/image-992.jpg 2x" media="(min-width: 992px)" /> | |
<source srcset="/images/image-1000.webp, /images/image-2000.webp 2x" type="image/webp" media="(min-width: 500px)" /> | |
<source srcset="/images/image-1000.jpg, /images/image-2000.jpg 2x" media="(min-width: 500px)" /> | |
<source srcset="/images/image-500.webp, /images/image-1000.webp 2x" type="image/webp" /> | |
<source srcset="/images/image-500.jpg, /images/image-1000.jpg 2x" /> | |
<img src="/images/image-preview.jpg" /> | |
</picture> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment