Skip to content

Instantly share code, notes, and snippets.

@dodyw
Created June 19, 2016 14:06
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 dodyw/2c87f5d77d6b4bf6f9715ca0af9e91cf to your computer and use it in GitHub Desktop.
Save dodyw/2c87f5d77d6b4bf6f9715ca0af9e91cf to your computer and use it in GitHub Desktop.
css fix large image on responsive / small devices
img {
max-width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment