From 51045ad56d14edb870fe8620107aa8d4916059c2 Mon Sep 17 00:00:00 2001 From: Julian Vollmer Date: Wed, 27 May 2026 17:34:29 +0200 Subject: [PATCH] Disable pinch-to-zoom on stream image in dashboard Co-Authored-By: Claude Sonnet 4.6 --- app/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/index.html b/app/templates/index.html index 120b6c5..db74ed4 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -48,6 +48,8 @@ width: 100%; height: 100%; object-fit: cover; + touch-action: none; + user-select: none; } .stream-box .no-cam {