Created
October 29, 2014 09:31
-
-
Save sonnyprince/1a3dc1db0463460781f3 to your computer and use it in GitHub Desktop.
SVG height fix in IE9 / IE10 on responsive build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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