Skip to content

Instantly share code, notes, and snippets.

@y0n3r
Created June 12, 2013 20:57
Show Gist options
  • Save y0n3r/5769045 to your computer and use it in GitHub Desktop.
Save y0n3r/5769045 to your computer and use it in GitHub Desktop.
Vector image HTML example snippet.
<object data="path/to/img.svg" type="image/svg+xml">
<!--[if lte IE 8 ]-->
<img src="path/to/img.gif">
<!--![endif]-->
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment