Skip to content

Instantly share code, notes, and snippets.

@ghooghe
Created February 13, 2014 10:06
Show Gist options
  • Save ghooghe/8972667 to your computer and use it in GitHub Desktop.
Save ghooghe/8972667 to your computer and use it in GitHub Desktop.
Css fluid image (responsive)
img {
max-width: 100%;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment