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 _ ...@@ -45,6 +45,9 @@ from django.utils.translation import ugettext as _
class="ltiLaunchFrame" class="ltiLaunchFrame"
name="ltiFrame-${element_id}" name="ltiFrame-${element_id}"
src="${form_url}" src="${form_url}"
allowfullscreen="true"
webkitallowfullscreen="true"
mozallowfullscreen="true"
></iframe> ></iframe>
% endif % endif
% elif not hide_launch: % 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