When EQUELLA activity is opened with option 'open in the same window', resizing the embedded EQUELLA resource with
$PAGE->requires->js_init_call('M.util.init_maximised_embed', array('resourceobject'), true);
will cause error in Chrome.
If the EQUELLA resource is a Youtube video, play button is not working.
If the EQUELAL resource is a file, it will be downloaded twice.
This fix comments out the js_init_call() and hard-coding resource size being 100% width and 450px min-height.
When EQUELLA activity is opened with option 'open in the same window', resizing the embedded EQUELLA resource with $PAGE->requires->js_init_call('M.util.init_maximised_embed', array('resourceobject'), true); will cause error in Chrome. If the EQUELLA resource is a Youtube video, play button is not working. If the EQUELAL resource is a file, it will be downloaded twice.
This fix comments out the js_init_call() and hard-coding resource size being 100% width and 450px min-height.