Commit 196f6ef6 by lduarte1991

Allow fullscreen within lti

parent be0b70bd
...@@ -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