Skip to content

Instantly share code, notes, and snippets.

@bytrangle
Created April 17, 2020 13:56
Show Gist options
  • Save bytrangle/f829def99081af90515adedbea6640d0 to your computer and use it in GitHub Desktop.
Save bytrangle/f829def99081af90515adedbea6640d0 to your computer and use it in GitHub Desktop.
Picture tag for fluid image
<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