summaryrefslogtreecommitdiff
path: root/web/share/css/kvm
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-12-25 09:16:59 +0200
committerMaxim Devaev <[email protected]>2024-12-25 09:16:59 +0200
commitab08d823c4feeb58e37591adf1ac40a07362733b (patch)
treeab2bb3c4aa35ae2efd72486e78d1a8a8d6c40be3 /web/share/css/kvm
parenteda7ab3a49efeee6a55546e2ec51364c8dc81307 (diff)
pikvm/pikvm#1440: Websocket-based transport and decoding for H.264
Diffstat (limited to 'web/share/css/kvm')
-rw-r--r--web/share/css/kvm/stream.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/share/css/kvm/stream.css b/web/share/css/kvm/stream.css
index 16132c21..f6fdb62c 100644
--- a/web/share/css/kvm/stream.css
+++ b/web/share/css/kvm/stream.css
@@ -85,7 +85,8 @@ div.stream-box-mouse-none {
}
img#stream-image,
-video#stream-video {
+video#stream-video,
+canvas#stream-canvas {
width: 100%;
height: 100%;
object-fit: contain;