Flip local video.
This commit is contained in:
parent
d3f2532172
commit
7b9674e2b0
|
@ -33,6 +33,13 @@ html, body{
|
|||
#largeVideo {
|
||||
}
|
||||
|
||||
#localVideo {
|
||||
-moz-transform: scaleX(-1);
|
||||
-webkit-transform: scaleX(-1);
|
||||
-o-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
#remoteVideos {
|
||||
display:block;
|
||||
position:relative;
|
||||
|
|
Loading…
Reference in New Issue