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