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%;
object-fit: contain;
background-color: black;
transform: scaleX(-1);
}
.webcamPermissions {