mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-67244 filter_mediaplugin: fix html5 player width for lowres videos
This commit is contained in:
parent
f9db5892ec
commit
8a664a65fa
@ -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%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user