Created
July 25, 2018 14:17
-
-
Save bmorelli25/af13abd7fd5bbce952f8875f588e3864 to your computer and use it in GitHub Desktop.
Image
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
<img srcset="image-320w.jpg 320w, | |
image-480w.jpg 480w, | |
image-800w.jpg 800w" | |
sizes="(max-width: 320px) 300px, | |
(max-width: 480px) 440px, | |
800px" | |
src="image-800w.jpg" alt="Image"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment