Skip to content

Instantly share code, notes, and snippets.

@CristinaSolana
Created June 26, 2018 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CristinaSolana/f8348e2826053ac4ef98d85a3826dd23 to your computer and use it in GitHub Desktop.
Save CristinaSolana/f8348e2826053ac4ef98d85a3826dd23 to your computer and use it in GitHub Desktop.
<picture>
<source media="(min-width: 1200px)"
srcset="https://res.cloudinary.com/demo/image/upload/c_scale,w_900,dpr_auto,f_auto/sample.jpg">
<source media="(min-width: 900px)"
srcset="https://res.cloudinary.com/demo/image/upload/c_scale,w_600,dpr_auto,f_auto/sample.jpg">
<img src="https://res.cloudinary.com/demo/image/upload/c_scale,w_300,dpr_auto,f_auto/sample.jpg">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment