mirror of https://github.com/twbs/bootstrap.git
restore max-width 100% for images
This commit is contained in:
parent
20da2c8ea0
commit
50b2245be5
Binary file not shown.
|
@ -57,6 +57,7 @@ sub {
|
||||||
bottom: -0.25em;
|
bottom: -0.25em;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
-ms-interpolation-mode: bicubic;
|
-ms-interpolation-mode: bicubic;
|
||||||
|
|
|
@ -75,6 +75,7 @@ sub {
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
max-width: 100%; // Make images inherently responsive
|
||||||
height: auto;
|
height: auto;
|
||||||
border: 0;
|
border: 0;
|
||||||
-ms-interpolation-mode: bicubic;
|
-ms-interpolation-mode: bicubic;
|
||||||
|
|
Loading…
Reference in New Issue