Skip to content

Instantly share code, notes, and snippets.

@sonnyprince
Created October 29, 2014 09:31
Show Gist options
  • Save sonnyprince/1a3dc1db0463460781f3 to your computer and use it in GitHub Desktop.
Save sonnyprince/1a3dc1db0463460781f3 to your computer and use it in GitHub Desktop.
SVG height fix in IE9 / IE10 on responsive build
@media screen and (min-width:0\0) {
/* IE9 and IE10 rule sets go here */
.parentSelector {
img {
max-width: none;
width: 100% !important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment