]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix responsive height of image 3842/head
authoralienlebarge <cedric.aellen@alienlebarge.ch>
Thu, 14 Jun 2012 12:53:04 +0000 (14:53 +0200)
committeralienlebarge <cedric.aellen@alienlebarge.ch>
Thu, 14 Jun 2012 12:53:04 +0000 (14:53 +0200)
less/reset.less

index 2332e03c30a0b682ebe858da06be5b71cd8fdbdb..738eef99792a7d0533ffbbce5fb13b69c4121187 100644 (file)
@@ -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;