0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

restore max-width 100% for images

This commit is contained in:
Mark Otto 2012-03-22 22:06:23 -07:00
parent 20da2c8ea0
commit 50b2245be5
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -57,6 +57,7 @@ sub {
bottom: -0.25em;
}
img {
max-width: 100%;
height: auto;
border: 0;
-ms-interpolation-mode: bicubic;

View File

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