Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Created March 25, 2018 17:14
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 souhaiebtar/f99cb1041e3c352b29c70897d45b7633 to your computer and use it in GitHub Desktop.
Save souhaiebtar/f99cb1041e3c352b29c70897d45b7633 to your computer and use it in GitHub Desktop.
<picture>
<source media="(max-width: 799px)" srcset="dog-300w.jpg">
<source media="(min-width: 800px)" srcset="dog-800w.jpg">
<img src="dog-800w.jpg" alt="A very cute dog">
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment