Skip to content

Instantly share code, notes, and snippets.

@anthonydillon
Created June 17, 2014 09:01
Show Gist options
  • Save anthonydillon/74fd7ba00bf396c0b7e6 to your computer and use it in GitHub Desktop.
Save anthonydillon/74fd7ba00bf396c0b7e6 to your computer and use it in GitHub Desktop.
if(Modernizr){
if (!Modernizr.svg || !Modernizr.backgroundsize) {
Y.all("img[src$='.svg']").each(function(node) {
node.setAttribute("src", node.getAttribute('src').toString().match(/.*\/(.+?)\./)[0]+'png');
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment