Skip to content

Instantly share code, notes, and snippets.

@wtfaremyinitials
Created July 21, 2015 20:10
Show Gist options
  • Save wtfaremyinitials/41534680651273129cda to your computer and use it in GitHub Desktop.
Save wtfaremyinitials/41534680651273129cda to your computer and use it in GitHub Desktop.
Responsive SVG fix for IE
img[src$=".svg"] {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment