Created
November 23, 2018 21:21
-
-
Save floster/25b62e71170304615fdc512957b7884a to your computer and use it in GitHub Desktop.
<picture>
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="[email protected] 1x, | |
[email protected] 2x" | |
media="(min-width: 600px)" | |
type="image/webp"> | |
<source srcset="[email protected] 1x, | |
[email protected] 2x" | |
media="(min-width: 600px)"> | |
<source srcset="[email protected] 1x, | |
[email protected] 2x" | |
type="image/webp"> | |
<img src="[email protected]" | |
srcset="[email protected] 2x" | |
alt="Девушка пьёт кофе"> | |
</picture> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment