Created
April 17, 2020 13:56
-
-
Save bytrangle/f829def99081af90515adedbea6640d0 to your computer and use it in GitHub Desktop.
Picture tag for fluid image
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
<picture> | |
<source | |
srcset="/static/362300c046749582c4ff6569a40211d8/7d800/james-mccullough-Znxkw16UKG0-unsplash.jpg 175w, | |
/static/362300c046749582c4ff6569a40211d8/89f4f/james-mccullough-Znxkw16UKG0-unsplash.jpg 350w, | |
/static/362300c046749582c4ff6569a40211d8/9a128/james-mccullough-Znxkw16UKG0-unsplash.jpg 700w, | |
/static/362300c046749582c4ff6569a40211d8/9a763/james-mccullough-Znxkw16UKG0-unsplash.jpg 1050w, | |
/static/362300c046749582c4ff6569a40211d8/f2e3f/james-mccullough-Znxkw16UKG0-unsplash.jpg 1400w, | |
/static/362300c046749582c4ff6569a40211d8/43232/james-mccullough-Znxkw16UKG0-unsplash.jpg 3888w" | |
sizes="(max-width: 700px) 100vw, 700px" | |
> | |
</picture> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment