1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

fix responsive height of image

This commit is contained in:
alienlebarge
2012-06-14 14:53:04 +02:00
parent cda48d41ba
commit 7b726f974f

View File

@@ -76,6 +76,7 @@ sub {
img { img {
max-width: 100%; // Make images inherently responsive max-width: 100%; // Make images inherently responsive
height: auto; // Make images inherently responsive
vertical-align: middle; vertical-align: middle;
border: 0; border: 0;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;