Skip to content

Commit

Permalink
Merge pull request #5437 from vector-im/luke/feature-optionally-mirro…
Browse files Browse the repository at this point in the history
…r-local-video

Re-PR #4412
  • Loading branch information
lukebarnard1 authored Oct 26, 2017
2 parents bc3df74 + 044519f commit 507cef3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 507cef3

Please sign in to comment.