Skip to content
Snippets Groups Projects
Commit cdd59b5a authored by Sarina Canelake's avatar Sarina Canelake
Browse files

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

Allow fullscreen within lti
parents ed7d8577 196f6ef6
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment