Remove PiP for Firefox

This commit is contained in:
Korbs 2024-11-02 21:07:35 -04:00
parent 922e65065e
commit 97f12e6a7a

View file

@ -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 {
position: relative;
.video-controls, video {