Skip to content

Instantly share code, notes, and snippets.

@carlos-sanchez
Last active December 28, 2015 03:29
Show Gist options
  • Save carlos-sanchez/7435864 to your computer and use it in GitHub Desktop.
Save carlos-sanchez/7435864 to your computer and use it in GitHub Desktop.
With this technique svg graphics scale up as you zoom in. It is dependent on JS because it uses onerror.
<img src="image.svg" onerror="this.src='image.png'; this.onerror=null;">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment