Skip to content

Commit

Permalink
fix responsive height of image
Browse files Browse the repository at this point in the history
  • Loading branch information
alienlebarge committed Jun 14, 2012
1 parent cda48d4 commit 7b726f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/reset.less
Expand Up @@ -76,6 +76,7 @@ sub {

img {
max-width: 100%; // Make images inherently responsive
height: auto; // Make images inherently responsive
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;
Expand Down

0 comments on commit 7b726f9

Please sign in to comment.