Merge branch 'MOODLE_32_STABLE' of https://github.com/ConnorSheremeta/moodle into MOODLE_32_STABLE

This commit is contained in:
Andrew Nicols
2017-09-26 09:26:34 +08:00
+1 -1
View File
@@ -122,7 +122,7 @@ if ( $launchcontainer == LTI_LAUNCH_CONTAINER_WINDOW ) {
echo html_writer::end_tag('p');
} else {
// Request the launch content with an iframe tag.
echo '<iframe id="contentframe" height="600px" width="100%" src="launch.php?id='.$cm->id.'"></iframe>';
echo '<iframe id="contentframe" height="600px" width="100%" src="launch.php?id='.$cm->id.'" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
// Output script to make the iframe tag be as large as possible.
$resize = '