mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-15 17:41:31 +03:00
Mirror local video feed
This commit is contained in:
parent
cf5cf02529
commit
9541fc1033
1 changed files with 2 additions and 1 deletions
|
@ -42,4 +42,5 @@ limitations under the License.
|
||||||
.mx_VideoView_localVideoFeed video {
|
.mx_VideoView_localVideoFeed video {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
transform: scale(-1, 1);
|
||||||
}
|
}
|
Loading…
Reference in a new issue