Skip to content

Instantly share code, notes, and snippets.

@sn
Created June 18, 2013 19:38
Show Gist options
  • Save sn/5808571 to your computer and use it in GitHub Desktop.
Save sn/5808571 to your computer and use it in GitHub Desktop.
Scaling IMG elements proportionally in responsive UI's
img {
width:auto;
max-width:100%;
height:auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment