MDL-67244 filter_mediaplugin: fix html5 player width for lowres videos

This commit is contained in:
Ferran Recio 2019-11-13 15:02:41 +01:00
parent f9db5892ec
commit 8a664a65fa

View File

@ -11,7 +11,7 @@
.mediaplugin,
.mediaplugin video {
/* Make videos as wide as possible without being wider than their containers */
width: 100vw;
width: 100%;
max-width: 100%;
}