1
0
Fork 0

Fix overflow on embed for firefox

This commit is contained in:
Chocobozzz 2017-07-23 15:30:57 +02:00
parent 202e722317
commit 3d09cdbf90
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ html, body {
.video-js {
width: 100%;
height: 100%;
overflow: hidden;
}
.vjs-poster {