mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #5437 from vector-im/luke/feature-optionally-mirror-local-video
Re-PR #4412
This commit is contained in:
commit
507cef3ba4
@ -42,4 +42,8 @@ limitations under the License.
|
||||
.mx_VideoView_localVideoFeed video {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_VideoView_localVideoFeed.mx_VideoView_localVideoFeed_flipped video {
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user