Last active
April 9, 2020 11:18
-
-
Save anfibiacreativa/cac574f8e4d6283ce4acf1bbdf8d4917 to your computer and use it in GitHub Desktop.
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
<!-- This is the markup output --> | |
<picture class="picture__base"> | |
<source srcset="image-cropped?witdh=480" media="(min-width: 480px)"> | |
<source srcset="image-cropped?witdh=768" media="(min-width: 768px)"> | |
<source srcset="image-cropped?witdh=1024" media="(min-width: 1024px)"> | |
<img class="picture__img" src="cropped?witdh=480.png" alt="image-alt"> | |
</picture> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment