From d9fc13fa430b5343c1d44fa6553188dd08b32cde Mon Sep 17 00:00:00 2001 From: Elvin Yung Date: Thu, 11 Jul 2024 07:28:12 -0700 Subject: [PATCH] [noodles] Video frame size for mobile --- noodles/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/noodles/index.html b/noodles/index.html index 10f2510..3808de7 100644 --- a/noodles/index.html +++ b/noodles/index.html @@ -37,6 +37,14 @@ p { font-size: 1em; } + + video { + max-width: 500; + } + + .source { + max-width: 450; + } } @media only screen and (min-width: 601px) {