Skip to content

Commit

Permalink
IE8 fix for image width
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennetremel committed Jul 23, 2012
1 parent e25bcb9 commit bbd6cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ sub {

img {
max-width: 100%; // Make images inherently responsive
width:auto\9; // IE8 Fix
height: auto; // Make images inherently responsive
vertical-align: middle;
border: 0;
Expand Down

0 comments on commit bbd6cfc

Please sign in to comment.