Skip to content

Instantly share code, notes, and snippets.

@ps-team
Created March 15, 2016 11:47
Show Gist options
  • Save ps-team/3c36457089b9c779212f to your computer and use it in GitHub Desktop.
Save ps-team/3c36457089b9c779212f to your computer and use it in GitHub Desktop.
if (!Modernizr.svg) {
$("img[src$='.svg']").each(function() {
var $this = $(this);
$this.attr("src", $this.attr("src").replace(".svg", ".png"));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment