From d5407270ad319676126a7201adbb233dd1ffdabf Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 13 Dec 2021 15:19:11 -0800 Subject: [PATCH] Fix preview video orientation --- src/Room.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Room.module.css b/src/Room.module.css index d8a3e097..bdee2f1f 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -73,6 +73,7 @@ limitations under the License. height: 100%; object-fit: contain; background-color: black; + transform: scaleX(-1); } .webcamPermissions {