Skip to content

Instantly share code, notes, and snippets.

@anfibiacreativa
Last active April 9, 2020 11:18
Show Gist options
  • Save anfibiacreativa/cac574f8e4d6283ce4acf1bbdf8d4917 to your computer and use it in GitHub Desktop.
Save anfibiacreativa/cac574f8e4d6283ce4acf1bbdf8d4917 to your computer and use it in GitHub Desktop.
<!-- 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