Skip to content

Commit 6b93299

Browse files
committed
allow lti content to enter full screen mode
Test Plan - lti content should be able to enter full screen mode fixes PLAT-614 Change-Id: Icffa991ca618cc6aeab2ac5ba0743746ab8bac41 Reviewed-on: https://gerrit.instructure.com/40320 Reviewed-by: Bracken Mosbacker <bracken@instructure.com> Product-Review: Bracken Mosbacker <bracken@instructure.com> Tested-by: Jenkins <jenkins@instructure.com> QA-Review: Clare Strong <clare@instructure.com>
1 parent 29b12ad commit 6b93299

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/views/lti/_lti_message.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</div>
3939
</div>
4040
</form>
41-
<%= iframe("about:blank", :name => 'tool_content', :id => 'tool_content', :width => '100%', :height => '400') %>
41+
<%= iframe("about:blank", :name => 'tool_content', :id => 'tool_content', :width => '100%',
42+
:height => '400', allowfullscreen: "true", webkitallowfullscreen: "true", mozallowfullscreen: "true") %>
4243

4344
<%= render @append_template if @append_template %>

0 commit comments

Comments
 (0)