Fix preview video orientation

This commit is contained in:
Robert Long
2021-12-13 15:19:11 -08:00
parent 2e97c488e2
commit d5407270ad

View File

@@ -73,6 +73,7 @@ limitations under the License.
height: 100%; height: 100%;
object-fit: contain; object-fit: contain;
background-color: black; background-color: black;
transform: scaleX(-1);
} }
.webcamPermissions { .webcamPermissions {