Flip local video.

This commit is contained in:
Yana Stamcheva 2014-01-03 18:21:36 +01:00
parent d3f2532172
commit 7b9674e2b0
1 changed files with 7 additions and 0 deletions

View File

@ -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;