Skip to content

Commit 00884b9

Browse files
authored
SDK-1680: Update iframe html to allow full screen
1 parent da0828a commit 00884b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% include "layout/header.html" %}
2-
<iframe style="border:none;" width="100%" height="750" allow="camera" src="{{ iframe_url }}"></iframe>
3-
{% include "layout/footer.html" %}
2+
<iframe style="border:none;" width="100%" height="750" allow="camera" src="{{ iframe_url }}" allowfullscreen></iframe>
3+
{% include "layout/footer.html" %}

0 commit comments

Comments
 (0)