diff options
author | Maxim Devaev <[email protected]> | 2024-10-30 11:30:45 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-10-30 11:30:45 +0200 |
commit | 936cc21c4031b8a014dc8a9820959410f3b6f12e (patch) | |
tree | ccd0ac3367904c78af44a5290611896953cf9ba7 /web/kvm/index.html | |
parent | 47778bc48c41af82445eb7c0f25b48e91292886b (diff) |
Using disablePictureInPicture="true"
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 3bac7104..311d37a0 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -858,7 +858,7 @@ <div id="stream-info"></div> <button class="window-button-exit-full-tab">▼</button> <div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png"> - <video class="hidden" id="stream-video" autoplay playsinline muted></video> + <video class="hidden" id="stream-video" disablePictureInPicture="true" autoplay playsinline muted></video> <div id="stream-fullscreen-active"></div> </div> <div class="keypad" id="stream-mouse-buttons" align="center"> |