aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author♒∆✝ <[email protected]>2012-07-22 14:59:08 -0700
committer♒∆✝ <[email protected]>2012-07-22 14:59:08 -0700
commitcf70fb629fdef6659c76255204f4498141278517 (patch)
treec7334f7958451c4b7fdcb745d37e9fd1831d2a45
parentfa1e1e34dfd9e8501ffdbb92a282ff5550685f3c (diff)
parent7b726f974f5e00c57b1087bb62d516943d9a58e3 (diff)
downloadbootstrap-cf70fb629fdef6659c76255204f4498141278517.tar.xz
bootstrap-cf70fb629fdef6659c76255204f4498141278517.zip
Merge pull request #3842 from alienlebarge/2.1.0-wip
<img /> tag with `height` attr are not responsive
-rw-r--r--less/reset.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/reset.less b/less/reset.less
index 1c408e369..fc27e9c87 100644
--- a/less/reset.less
+++ b/less/reset.less
@@ -78,6 +78,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;