Skip to content

Instantly share code, notes, and snippets.

@ike
Created November 28, 2011 15:30

Revisions

  1. ike created this gist Nov 28, 2011.
    4 changes: 4 additions & 0 deletions imgtag.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    <img src="large-default-file.jpg">
    <source src="smaller.jpg" media="max-width:600px">
    <source src="tiny.jpg" media="max-width:320px">
    </img>