Created
June 12, 2013 20:57
-
-
Save y0n3r/5769045 to your computer and use it in GitHub Desktop.
Vector image HTML example snippet.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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