Skip to content

Instantly share code, notes, and snippets.

@ike
Created November 29, 2011 04:37
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 ike/1403442 to your computer and use it in GitHub Desktop.
Save ike/1403442 to your computer and use it in GitHub Desktop.
New <image> tag markup suggestion.
<!DOCTYPE html>
<html>
<body>
<image>
<source src="http://bukk.it/failboat.jpg" media="min-width:600px">
<source src="http://bukk.it/deerpbbt.jpg" media="min-width:320px and max-width:600px">
<img src="http://bukk.it/ethan.png">
</image>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment