Skip to content

Commit

Permalink
Merge pull request #234 from getyoti/SDK-1680-iframe-fullscreen
Browse files Browse the repository at this point in the history
SDK-1680: Update iframe html to allow full screen
  • Loading branch information
echarrod authored Aug 4, 2020
2 parents da0828a + 00884b9 commit 7db1125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/doc_scan/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% include "layout/header.html" %}
<iframe style="border:none;" width="100%" height="750" allow="camera" src="{{ iframe_url }}"></iframe>
{% include "layout/footer.html" %}
<iframe style="border:none;" width="100%" height="750" allow="camera" src="{{ iframe_url }}" allowfullscreen></iframe>
{% include "layout/footer.html" %}

0 comments on commit 7db1125

Please sign in to comment.