Skip to content

Instantly share code, notes, and snippets.

@alexbaulch
Last active August 29, 2015 14:10
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 alexbaulch/d0ee05d810dd52aa306b to your computer and use it in GitHub Desktop.
Save alexbaulch/d0ee05d810dd52aa306b to your computer and use it in GitHub Desktop.
Wrapper for safe use of SVGs in IE8
<!--[if gte IE 9]><!-->
<svg>Goes here</svg>
<!--<![endif]-->
<!--[if lte IE 8]>
Fallback image goes here for IE8
<img src="http://placehold.it/300x300" alt="Fallback image" />
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment