Skip to content

Instantly share code, notes, and snippets.

@mjlescano
Created November 6, 2014 15:18
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 mjlescano/c91a40c42ab8357cbf21 to your computer and use it in GitHub Desktop.
Save mjlescano/c91a40c42ab8357cbf21 to your computer and use it in GitHub Desktop.
Fallback for .svg <img>, tries to load the .png version.
<img src="sarasa.svg" onerror="this.onerror=null;this.src=this.src.replace(/.svg$/, '.png')">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment