Skip to content

Instantly share code, notes, and snippets.

@raaar
Created November 1, 2013 13:53
Show Gist options
  • Save raaar/7265778 to your computer and use it in GitHub Desktop.
Save raaar/7265778 to your computer and use it in GitHub Desktop.
SVG fallback
<img alt="..." src="images/logo.svg" onerror="this.onerror=null; this.src='images/logo.png'"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment