Skip to content

Instantly share code, notes, and snippets.

@jakefentress
Created February 20, 2014 17:04
Show Gist options
  • Save jakefentress/9118520 to your computer and use it in GitHub Desktop.
Save jakefentress/9118520 to your computer and use it in GitHub Desktop.
Inline SVG Fallbacks - especially for problems with IE9
<!--[if gt IE 9]><!-->
<img src="img/wordmark.svg" onerror="this.src=img/wordmark.png;this.onerror=null;">
<!--<![endif]--><!--[if lte IE 9]>
<img src="img/wordmark.png">
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment