Skip to content

Instantly share code, notes, and snippets.

@keithdevon
Created May 13, 2015 13:29
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 keithdevon/7c1b05f4f08ed0fc0815 to your computer and use it in GitHub Desktop.
Save keithdevon/7c1b05f4f08ed0fc0815 to your computer and use it in GitHub Desktop.
SVG image with PNG fallback
<img src="tomato.svg" onerror="this.src='tomato.png'; this.onerror=null;">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment