Browse Source

Flip local video.

j8
Yana Stamcheva 11 years ago
parent
commit
7b9674e2b0
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      css/main.css

+ 7
- 0
css/main.css View File

@@ -33,6 +33,13 @@ html, body{
33 33
 #largeVideo {
34 34
 }
35 35
 
36
+#localVideo {
37
+    -moz-transform: scaleX(-1);
38
+    -webkit-transform: scaleX(-1);
39
+    -o-transform: scaleX(-1);
40
+    transform: scaleX(-1);
41
+}
42
+
36 43
 #remoteVideos {
37 44
     display:block;
38 45
     position:relative;

Loading…
Cancel
Save