Merge pull request #5437 from vector-im/luke/feature-optionally-mirror-local-video
Re-PR #4412
This commit is contained in:
commit
507cef3ba4
1 changed files with 5 additions and 1 deletions
|
@ -43,3 +43,7 @@ limitations under the License.
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_VideoView_localVideoFeed.mx_VideoView_localVideoFeed_flipped video {
|
||||||
|
transform: scale(-1, 1);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue