Skip to content

Commit

Permalink
SDK-1684: Update Doc Scan demo iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston committed Aug 6, 2020
1 parent 2260136 commit f45a686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/doc-scan/views/pages/index.ejs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<%- include('layout/header'); -%>
<iframe style="border:none;" width="100%" height="750" allow="camera" src="<%= iframeUrl %>"></iframe>
<%- include('layout/footer'); -%>
<iframe style="border:none;" width="100%" height="750" allow="camera" src="<%= iframeUrl %>" allowfullscreen></iframe>
<%- include('layout/footer'); -%>

0 comments on commit f45a686

Please sign in to comment.