fix video cover

This commit is contained in:
Adrien Beudin 2017-03-06 15:17:15 +01:00
parent 90ec2adb34
commit 1e1798cd30

View File

@ -261,9 +261,13 @@ nav ul li > a.item-menu::before {
left: 0px; left: 0px;
} }
.gallery-cover img.fillWidth { .gallery-cover img.fillWidth,
height: 100%; .gallery-cover video.fillWidth {
width: 100%; top: 0;bottom: 0;right: 0;left: 0;margin: auto;
}
.gallery-cover video.fillWidth {
min-width: 50%;
} }
.back-to-home { .back-to-home {