From 044519f9ea2a021a2fc4dbb5b97879f575d6bc4c Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 25 Oct 2017 18:18:37 +0100 Subject: [PATCH] Add more specific css class to allow for optional flipping --- .../vector/css/matrix-react-sdk/views/voip/_VideoView.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss b/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss index eb435383..feb60f47 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss @@ -42,5 +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); }