Skip to content

Instantly share code, notes, and snippets.

@zanonnicola
Created August 7, 2014 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zanonnicola/a4aad23a83f517437960 to your computer and use it in GitHub Desktop.
Save zanonnicola/a4aad23a83f517437960 to your computer and use it in GitHub Desktop.
Responsive imgs cross-beowser
img {
max-width: 100% /* To make all images fluid */
}
.lt-ie8 img{
-ms-interpolation-mode: bicubic /* IE < 8 does not scale images well */
}
.lt-ie7 img{
width: 100% /* IE < 7 does not support max-width. Use a container. */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment