diff --git a/mirror/styles.css b/mirror/styles.css index 77c2bd0..2b8fcae 100644 --- a/mirror/styles.css +++ b/mirror/styles.css @@ -8,6 +8,8 @@ html, body, video { video { object-fit: fill; /* Fill the entire screen with the video */ + -webkit-transform: scaleX(-1); + transform: scaleX(-1); } .filter {