From 8eb38b6c400fc46152cc36c8e650137c26f8ab66 Mon Sep 17 00:00:00 2001 From: DylanSpeiser Date: Wed, 30 Oct 2024 15:16:59 -0400 Subject: [PATCH] 1.4.2 Footer fix --- README.md | 3 +++ index.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d287e30..162757e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Because the app is just a web page, you can open it in multiple browser windows +### Tablet Screens +If you're having trouble seeing the bottom of the controls because of the footer (which can happen on tablets), just tap on the footer bar to hide it. Tap on the header bar to bring the footer back. + ### Data Synchronization The app uses WebSockets to keep itself updated with the latest info from the camera. If something has gone wrong, refresh the page. diff --git a/index.html b/index.html index ec8198e..92b0fac 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ -
+

Camera Control WebUI for Blackmagic Cameras

@@ -334,9 +334,9 @@
-
+
- (v 1.4.1) + (v 1.4.2)