Skip to content

Instantly share code, notes, and snippets.

@allanemerson
Created October 18, 2013 14:54
Show Gist options
  • Save allanemerson/7042754 to your computer and use it in GitHub Desktop.
Save allanemerson/7042754 to your computer and use it in GitHub Desktop.
Bootstrap img css for IE 7/8
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