Merge pull request #5437 from vector-im/luke/feature-optionally-mirror-local-video

Re-PR #4412
pull/5455/head
Luke Barnard 2017-10-26 09:55:17 +01:00 committed by GitHub
commit 507cef3ba4
1 changed files with 5 additions and 1 deletions

View File

@ -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);
}