Add more specific css class to allow for optional flipping

pull/5437/head
Luke Barnard 2017-10-25 18:18:37 +01:00
parent 5db44bd4ae
commit 044519f9ea
1 changed files with 3 additions and 0 deletions

View File

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