Skip to content

Instantly share code, notes, and snippets.

@bytrangle
Created April 17, 2020 13:56
Show Gist options
  • Save bytrangle/7540d3be523b5f04d5347163992ec146 to your computer and use it in GitHub Desktop.
Save bytrangle/7540d3be523b5f04d5347163992ec146 to your computer and use it in GitHub Desktop.
Picture tag for fixed image
<picture>
<source
srcset="/static/362300c046749582c4ff6569a40211d8/a812a/james-mccullough-Znxkw16UKG0-unsplash.jpg 1x,
/static/362300c046749582c4ff6569a40211d8/22fd2/james-mccullough-Znxkw16UKG0-unsplash.jpg 1.5x,
/static/362300c046749582c4ff6569a40211d8/fdee4/james-mccullough-Znxkw16UKG0-unsplash.jpg 2x">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment