Skip to content

Instantly share code, notes, and snippets.

@ksloan
Created October 15, 2013 17:08
Show Gist options
  • Save ksloan/6995003 to your computer and use it in GitHub Desktop.
Save ksloan/6995003 to your computer and use it in GitHub Desktop.
load an img, with a backup src incase the primary doesn't exist
<img src="foo.jpg" onerror="this.src='error.jpg';">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment