Created
October 15, 2014 17:48
-
-
Save illycz/77af741d4b93572dd74a to your computer and use it in GitHub Desktop.
SVG fallback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The simplest way to have PNG fallback for browsers without SVG support: | |
<img src="logo.svg" onerror="this.onerror=null;this.src='logo.png'"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment