MDL-52958 medialib: Allow vimeo fullscreen using links
All credit to Henrik Sune Pedersen.
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user