From 31414c5458afd20f1f2f0bc5faaf8389bb09fcf5 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 23 Aug 2021 12:53:23 -0700 Subject: [PATCH] Set max video height for preview video --- src/Room.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Room.module.css b/src/Room.module.css index b03d3c2e..2f17808f 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -35,6 +35,7 @@ limitations under the License. .preview { position: relative; max-width: 400px; + max-height: 225px; border-radius: 24px; overflow: hidden; background-color: #444;