Commit cdd59b5a by Sarina Canelake

Merge pull request #9950 from lduarte1991/lti-allow-fullscreen

Allow fullscreen within lti
parents ed7d8577 196f6ef6
......@@ -45,6 +45,9 @@ from django.utils.translation import ugettext as _
class="ltiLaunchFrame"
name="ltiFrame-${element_id}"
src="${form_url}"
allowfullscreen="true"
webkitallowfullscreen="true"
mozallowfullscreen="true"
></iframe>
% endif
% elif not hide_launch:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment