Mirror local video feed

This commit is contained in:
Sylvia van Os 2017-06-25 22:13:00 +02:00 committed by GitHub
parent cf5cf02529
commit 9541fc1033

View File

@ -42,4 +42,5 @@ limitations under the License.
.mx_VideoView_localVideoFeed video { .mx_VideoView_localVideoFeed video {
width: auto; width: auto;
height: 100%; height: 100%;
transform: scale(-1, 1);
} }