Skip to content

Instantly share code, notes, and snippets.

@tonifisler
Created May 17, 2014 20:02
Show Gist options
  • Save tonifisler/b233d4be41bbe7ce63dc to your computer and use it in GitHub Desktop.
Save tonifisler/b233d4be41bbe7ce63dc to your computer and use it in GitHub Desktop.
<img/> SVG with PNG fallback
<img src="img/logo_colors.svg" onerror="this.onerror=null; this.src='img/logo_colors.png'" alt="alt" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment