Skip to content

Instantly share code, notes, and snippets.

@floster
Created November 23, 2018 21:21
Show Gist options
  • Save floster/25b62e71170304615fdc512957b7884a to your computer and use it in GitHub Desktop.
Save floster/25b62e71170304615fdc512957b7884a to your computer and use it in GitHub Desktop.
<picture>
<picture>
<source srcset="blog-10-wide@1x.webp 1x,
blog-10-wide@2x.webp 2x"
media="(min-width: 600px)"
type="image/webp">
<source srcset="blog-10-wide@1x.png 1x,
blog-10-wide@2x.png 2x"
media="(min-width: 600px)">
<source srcset="blog-10-square@1x.webp 1x,
blog-10-square@2x.webp 2x"
type="image/webp">
<img src="blog-10-square@1x.png"
srcset="blog-10-square@2x.png 2x"
alt="Девушка пьёт кофе">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment