remove max-height for fullscreen video

This commit is contained in:
vrde 2015-07-29 16:04:33 +02:00
parent 83ebca2795
commit f792c7e045
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
padding-top: 0px;
}
.vjs-fullscreen video {
max-height: 100%;
}
.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {
background: $ascribe-color-green;