Last active
December 18, 2015 17:59
-
-
Save dmao/5822317 to your computer and use it in GitHub Desktop.
Proportionally scale images that have dimension attributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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