Commit 196f6ef6 by lduarte1991

Allow fullscreen within lti

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