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: