From 196f6ef64b86ee8130523426d0f34bb2e53a0772 Mon Sep 17 00:00:00 2001 From: lduarte1991 Date: Tue, 29 Sep 2015 13:02:10 -0400 Subject: [PATCH] Allow fullscreen within lti --- lms/templates/lti.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/templates/lti.html b/lms/templates/lti.html index 5cfa668593..4e496ee4a3 100644 --- a/lms/templates/lti.html +++ b/lms/templates/lti.html @@ -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" > % endif % elif not hide_launch: