From 936cc21c4031b8a014dc8a9820959410f3b6f12e Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 30 Oct 2024 11:30:45 +0200 Subject: [PATCH] Using disablePictureInPicture="true" --- web/kvm/index.html | 2 +- web/kvm/window-stream.pug | 2 +- 2 files changed, 2 insertions(+), 2 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 @@
- +
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index 7f48c26c..5ac6e15c 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -15,7 +15,7 @@ div(id="stream-window" class="window window-resizable") button(class="window-button-exit-full-tab") ▼ div(id="stream-box" class="stream-box-offline") img(id="stream-image" src=`${png_dir}/blank-stream.png`) - video(id="stream-video" class="hidden" autoplay playsinline muted) + video(id="stream-video" class="hidden" disablePictureInPicture="true" autoplay playsinline muted) div(id="stream-fullscreen-active") div(id="stream-mouse-buttons" class="keypad" align="center")