mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-15 06:39:20 +08:00
horizontally flip remote video
This commit is contained in:
parent
8a97118eed
commit
478f67ec9a
@ -30,7 +30,9 @@ video {
|
|||||||
|
|
||||||
#local-video {
|
#local-video {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
height: auto
|
height: auto;
|
||||||
|
-webkit-transform: scaleX(-1);
|
||||||
|
transform: scaleX(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#remote-video {
|
#remote-video {
|
||||||
|
Loading…
Reference in New Issue
Block a user