Skip to content

Instantly share code, notes, and snippets.

@frequent
Forked from ike/imgtag.html
Created November 28, 2011 22:18
Show Gist options
  • Save frequent/1402341 to your computer and use it in GitHub Desktop.
Save frequent/1402341 to your computer and use it in GitHub Desktop.
The New Img Tag
<img src="large-default-file.jpg">
<source src="smaller.jpg" media="max-width:600px">
<source src="tiny.jpg" media="max-width:320px">
</img>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment