Skip to content

Instantly share code, notes, and snippets.

@Quinten
Created January 21, 2014 15:45
Show Gist options
  • Save Quinten/8542523 to your computer and use it in GitHub Desktop.
Save Quinten/8542523 to your computer and use it in GitHub Desktop.
Use when there is content from a database containing images that are wider then 320px, and we want to shrink them to the mobile width, but not make them wider then their original width
.content-from-database img {
max-width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment