[fix] take full size of the underlying picture for video

This commit is contained in:
Laurent Peuch 2016-06-30 05:52:48 +02:00
parent 1bf9b51231
commit 2d29a64325

View File

@ -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 {