mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-56938-master-fix1' of http://github.com/damyon/moodle
This commit is contained in:
commit
e122972d3f
1 changed files with 4 additions and 0 deletions
|
@ -6,10 +6,14 @@
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mediaplugin,
|
||||||
|
.mediaplugin video {
|
||||||
/* Make videos as wide as possible without being wider than their containers */
|
/* Make videos as wide as possible without being wider than their containers */
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mediaplugin > div {
|
.mediaplugin > div {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue