Fix TV video plyr player

This commit is contained in:
Jesús 2020-06-12 23:31:46 -05:00
parent 2304191d5b
commit a92ed68169
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -118,6 +118,24 @@ video {
width: 100%;
}
/* plyr fix */
.plyr:-moz-full-screen video {
max-height: initial;
}
.plyr:-webkit-full-screen video {
max-height: initial;
}
.plyr:-ms-fullscreen video {
max-height: initial;
}
.plyr:fullscreen video {
max-height: initial;
}
.plyr video {
max-height: 480px;
}
/* highlight search */
.highlighted {
background: #0091EA;