From d1f8fd2475e694ea0de91b0e791a09700bc6e038 Mon Sep 17 00:00:00 2001 From: elioat <{ID}+{username}@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:42:58 -0400 Subject: * --- js/pico-cam/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/pico-cam/index.html') diff --git a/js/pico-cam/index.html b/js/pico-cam/index.html index e2df073..0948b04 100644 --- a/js/pico-cam/index.html +++ b/js/pico-cam/index.html @@ -56,7 +56,7 @@ video, canvas { max-width: 50%; height: auto; /* Maintain aspect ratio */ - flex: 1 1 auto; /* Allows the elements to change size and needed */ + flex: 1 1 auto; /* Allows the elements to change size as needed */ } /* Check if the viewport is taller than it is wide */ @@ -66,8 +66,8 @@ } video, canvas { - max-width: 100%; /* Take full width of the container */ - width: 100%; /* Ensure they don't exceed the container's width */ + max-width: 100%; /* Use the full width of the container */ + width: 100%; /* Make sure they don't exceed the container */ } } -- cgit 1.4.1-2-gfad0