Skip to content

Commit

Permalink
Merge branch 'wip-MDL-57616-master' of git://github.com/marinaglancy/…
Browse files Browse the repository at this point in the history
…moodle
  • Loading branch information
andrewnicols committed Apr 11, 2017
2 parents 9b18c0e + 4cf6871 commit 1ad2ff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion filter/mediaplugin/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
width: 100vw;
max-width: 100%;
height: auto;
min-height: 32px;
}

.mediaplugin > div {
Expand Down
4 changes: 4 additions & 0 deletions media/player/videojs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1330,3 +1330,7 @@ video::-webkit-media-text-track-display {
.video-js.vjs-error {
height: 150px;
}
/* Minimum height for videos should not be less than the size of play button. */
.mediaplugin_videojs video {
min-height: 32px;
}

0 comments on commit 1ad2ff0

Please sign in to comment.