Remove PiP for Firefox
This commit is contained in:
parent
922e65065e
commit
97f12e6a7a
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
// Platform Support
|
||||||
|
/// requestPictureInPicture() - Firefox Not Supported
|
||||||
|
/// https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/requestPictureInPicture
|
||||||
|
@-moz-document url-prefix() {
|
||||||
|
#vc-pip {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Zorn Player
|
||||||
.video-container {
|
.video-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
.video-controls, video {
|
.video-controls, video {
|
||||||
|
|
Loading…
Reference in a new issue