Skip to content

Instantly share code, notes, and snippets.

@seriiserii825
Created June 8, 2017 17:35
Show Gist options
  • Save seriiserii825/d408990c5eb97cbe2e19b46cf159ee15 to your computer and use it in GitHub Desktop.
Save seriiserii825/d408990c5eb97cbe2e19b46cf159ee15 to your computer and use it in GitHub Desktop.
modernizr-svg
/*img svg
===============================*/
if(!Modernizr.svg){
$('img[src*="svg"]').attr('src', function(){
return $(this).attr().replace('svg', 'png');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment