Skip to content

Instantly share code, notes, and snippets.

@jimmylatreille
Last active August 29, 2015 14:03
Show Gist options
  • Save jimmylatreille/8c021128509b2aa8f932 to your computer and use it in GitHub Desktop.
Save jimmylatreille/8c021128509b2aa8f932 to your computer and use it in GitHub Desktop.
Responsive img css
img {
max-width: 100%;
height: auto;
}
@media \0screen {
img {
width: auto; /* for ie 8 */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment