Skip to content

Instantly share code, notes, and snippets.

@dmao
Last active December 18, 2015 17:59
Show Gist options
  • Save dmao/5822317 to your computer and use it in GitHub Desktop.
Save dmao/5822317 to your computer and use it in GitHub Desktop.
Proportionally scale images that have dimension attributes
// http://www.456bereastreet.com/archive/201306/how_to_proportionally_scale_images_that_have_dimension_attributes/
img {
width:auto; // for IE8
max-width:100%;
height:auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment