fix video player

This commit is contained in:
rra 2021-07-09 10:59:42 +02:00
parent 33995d06c2
commit 645fee8b0b

View File

@ -28,6 +28,10 @@
max-width: 100%;
}
.video-box iframe {
max-width: 100%;
}
.video-box .media {
line-height: 0;
}
@ -159,6 +163,7 @@
height: inherit;
opacity: 0;
background-color: rgba(0,0,0,.3);
cursor: pointer;
}
.video-thumbnail:hover {