horizontally flip remote video

This commit is contained in:
ian ramzy 2020-03-27 00:31:21 -04:00
parent 8a97118eed
commit 478f67ec9a
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@ video {
#local-video {
width: 20%;
height: auto
height: auto;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
#remote-video {