Created
October 18, 2013 14:54
-
-
Save allanemerson/7042754 to your computer and use it in GitHub Desktop.
Bootstrap img css for IE 7/8
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
img { | |
width: auto\9; | |
height: auto; | |
max-width: 100%; | |
max-width: none\9; | |
vertical-align: middle; | |
border: 0; | |
-ms-interpolation-mode: bicubic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment