Browse Source

fix video player

main
rra 3 years ago
parent
commit
645fee8b0b
  1. 5
      static/css/video-box.css

5
static/css/video-box.css

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

Loading…
Cancel
Save