Skip to content

Instantly share code, notes, and snippets.

@ejsiddiqui
Forked from ike/imgtag.html
Created July 21, 2012 20:25
Show Gist options
  • Save ejsiddiqui/3157049 to your computer and use it in GitHub Desktop.
Save ejsiddiqui/3157049 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