diff --git a/src/room/VideoPreview.module.css b/src/room/VideoPreview.module.css index f97d0d1..55865bd 100644 --- a/src/room/VideoPreview.module.css +++ b/src/room/VideoPreview.module.css @@ -9,12 +9,11 @@ } .preview video { - width: calc(100% + 1px); + width: 100%; height: 100%; object-fit: contain; background-color: black; - /* transform scale doesn't perfectly match width, so make -1.01 border issues */ - transform: scaleX(-1.01); + transform: scaleX(-1); } .avatarContainer {