From 4f923978b8b9ce1d15d67e20c30b4c43b701fda7 Mon Sep 17 00:00:00 2001 From: JEMcats Date: Sat, 26 Oct 2024 17:47:26 -0400 Subject: [PATCH] Add Full Screen Controls --- webpage/legacy.html | 48 +++++++++++++++++++++++++++++++++++++++++++ webpage/ondevice.html | 48 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/webpage/legacy.html b/webpage/legacy.html index 7372a3d..55b270d 100644 --- a/webpage/legacy.html +++ b/webpage/legacy.html @@ -80,9 +80,36 @@ #video { display: none; } + .fullscreen-btn { + cursor: pointer; + background-color: transparent; + border: none; + outline: none; + position: absolute; +top: 1%; +right: 1%; + } + + /* SVG styling */ + .icon { + width: 50px; + height: 50px; + stroke: #333; + } +
@@ -102,6 +129,27 @@