We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f251293 commit 8cda830Copy full SHA for 8cda830
docs/assets/css/bootstrap.css
@@ -67,6 +67,7 @@ sub {
67
}
68
69
img {
70
+ width: auto\9;
71
height: auto;
72
max-width: 100%;
73
vertical-align: middle;
less/reset.less
@@ -78,6 +78,7 @@ sub {
78
79
80
max-width: 100%; // Make images inherently responsive
81
+ width: auto\9; /* IE7-8 need help adjusting responsive images */
82
height: auto; // Make images inherently responsive
83
84
border: 0;
0 commit comments