Merge branch 'MDL-56938-master-fix1' of http://github.com/damyon/moodle

This commit is contained in:
Dan Poltawski 2016-11-22 10:26:52 +00:00
commit e122972d3f

View File

@ -6,10 +6,14 @@
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}
.mediaplugin,
.mediaplugin video {
/* Make videos as wide as possible without being wider than their containers */
width: 100vw;
max-width: 100%;
height: auto;
}
.mediaplugin > div {