[fix] take full size of the underlying picture for video
This commit is contained in:
parent
1bf9b51231
commit
2d29a64325
@ -350,7 +350,7 @@ a.google {
|
||||
left: 0;
|
||||
z-index: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.full-picture video {
|
||||
@ -358,6 +358,7 @@ a.google {
|
||||
min-width: 100%; min-height: 100%;
|
||||
width: auto; height: auto; z-index: -100;
|
||||
background-size: cover;
|
||||
object-fit: fill;
|
||||
}
|
||||
|
||||
.bordered-picture video {
|
||||
|
Loading…
x
Reference in New Issue
Block a user