Skip to content

Instantly share code, notes, and snippets.

@le717
Last active August 29, 2015 14:03
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 le717/d89131d943dede1efc3a to your computer and use it in GitHub Desktop.
Save le717/d89131d943dede1efc3a to your computer and use it in GitHub Desktop.
For my tutorial "Create responsive images using only CSS" (http://wp.me/p1V5ge-1BZ)
@media only screen and (max-width: 800px) {
.img-responsive {
max-width: 100%;
height: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment