Skip to content

Instantly share code, notes, and snippets.

@ashhitch
Created April 4, 2014 16:25
Show Gist options
  • Select an option

  • Save ashhitch/9978157 to your computer and use it in GitHub Desktop.

Select an option

Save ashhitch/9978157 to your computer and use it in GitHub Desktop.
Enhance IMG tags with SVGs using modernizr.
.svg .img-class {
content: url('filename.svg');
}
<img src="filename.png" class="img-class">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment