Skip to content

Instantly share code, notes, and snippets.

@Eronmmer
Created November 2, 2019 15:02
Show Gist options
  • Save Eronmmer/51c86203c46d120fb6f5d0e24049f203 to your computer and use it in GitHub Desktop.
Save Eronmmer/51c86203c46d120fb6f5d0e24049f203 to your computer and use it in GitHub Desktop.
<picture>
<source srcset="./img/pie.jpg" media="{min-width: 700px}" />
<source srcset="./img/pie-400.jpg" media="{min-width: 400px}" />
<img src="./img/pie.jpg" />
</picture>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment