Fix TV video plyr player
This commit is contained in:
parent
2304191d5b
commit
a92ed68169
@ -118,6 +118,24 @@ video {
|
|||||||
width: 100%;
|
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 */
|
/* highlight search */
|
||||||
.highlighted {
|
.highlighted {
|
||||||
background: #0091EA;
|
background: #0091EA;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user