Merge branch 'MDL-52958_30' of git://github.com/dmonllao/moodle into MOODLE_30_STABLE

This commit is contained in:
Dan Poltawski
2016-02-23 10:57:49 +00:00
+2 -1
View File
@@ -494,7 +494,8 @@ class core_media_player_vimeo extends core_media_player_external {
$output = <<<OET
<span class="mediaplugin mediaplugin_vimeo">
<iframe title="$info" src="https://player.vimeo.com/video/$videoid"
width="$width" height="$height" frameborder="0"></iframe>
width="$width" height="$height" frameborder="0"
webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</span>
OET;