diff options
author | Maxim Devaev <[email protected]> | 2021-11-04 02:42:48 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-11-04 02:42:48 +0300 |
commit | aed6fd10ed0d29a5534618f1a75a337e03bc4eb5 (patch) | |
tree | e518e7a6448538c948066bb7fde41c6fc846246a /web/kvm/index.html | |
parent | 653bef865754a211660da892cb67cbedd5b081dc (diff) |
pikvm/pikvm#531: improved fullscreen focus
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 147d2180..0aeb33e7 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -599,6 +599,7 @@ <div id="stream-info"></div> <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> + <div id="stream-fullscreen-active"></div> </div> <div class="keypad" id="stream-mouse-buttons" align="center"> <div class="keypad-block"> |