From 64e4f44aedf32327d6e752cbea4a1040aa24b356 Mon Sep 17 00:00:00 2001 From: John Varghese Date: Thu, 17 Jul 2025 15:07:44 +0530 Subject: [PATCH] Hi --- ESP32CAM-ONVIF/data/index.html | 8 ++++---- ESP32CAM-ONVIF/data/style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ESP32CAM-ONVIF/data/index.html b/ESP32CAM-ONVIF/data/index.html index cd86704..842fd2c 100644 --- a/ESP32CAM-ONVIF/data/index.html +++ b/ESP32CAM-ONVIF/data/index.html @@ -4,12 +4,12 @@ J0X-ESP-CAM Control Panel - +
- Logo + Logo J0X-ESP-CAM
Connecting...
@@ -129,6 +129,6 @@ - + diff --git a/ESP32CAM-ONVIF/data/style.css b/ESP32CAM-ONVIF/data/style.css index 331905c..31f2e24 100644 --- a/ESP32CAM-ONVIF/data/style.css +++ b/ESP32CAM-ONVIF/data/style.css @@ -8,7 +8,7 @@ main { max-width: 700px; margin: 2em auto; background: #232323; border-radius: 8 .section { margin-bottom: 2em; } label { display: block; margin: 0.5em 0 0.2em; } input, select, button { padding: 0.5em; border-radius: 4px; border: none; margin-bottom: 0.5em; } -.stream-container { width: 90vw; max-width: 100vw; height: 60vw; /* Or adjust as needed */ max-height: 80vh; overflow: hidden; margin: 0 auto; background: #111; touch-action: none; /* Required for custom gestures */ position: relative; } +.stream-container { width: 95%; max-width: 100%; height: 60%; /* Or adjust as needed */ max-height: 80%; overflow: hidden; margin: 0 auto; background: #111; touch-action: none; /* Required for custom gestures */ position: relative; } .video-preview { width: 100%; height: 100%; object-fit: contain; user-select: none; cursor: grab; transition: transform 0.05s linear; will-change: transform; } .btn { background: #08f; color: #fff; cursor: pointer; transition: background 0.2s; } .btn:active { background: #06c; }