mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-29 16:24:42 +00:00
fix responsive height of image
This commit is contained in:
parent
cda48d41ba
commit
7b726f974f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue