Skip to content

Instantly share code, notes, and snippets.

@dennis-best
Created August 13, 2015 19:21
Show Gist options
  • Save dennis-best/19a9de097741dd0acddc to your computer and use it in GitHub Desktop.
Save dennis-best/19a9de097741dd0acddc to your computer and use it in GitHub Desktop.
Broken image catcher
$(document).on 'page:change', ->
$('img').error ->
$(this).attr 'src', 'data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'
$(this).addClass 'no-image'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment