Skip to content

Instantly share code, notes, and snippets.

@lesjames
Created October 12, 2012 15:41
Show Gist options
  • Save lesjames/3879857 to your computer and use it in GitHub Desktop.
Save lesjames/3879857 to your computer and use it in GitHub Desktop.
if(!Modernizr.svg){
var src = $('.svg-image').attr('src');
src = src.replace('.svg', '.png');
$('.svg-image').attr('src', src);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment