We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c64fa1 commit 7d1e134Copy full SHA for 7d1e134
examples/doc-scan/resources/views/home.blade.php
@@ -1,5 +1,5 @@
1
@extends('layouts.app')
2
3
@section('content')
4
-<iframe src="{{ $iframeUrl }}" width="100%" height="750" allow="camera" style="border:none;"></iframe>
5
-@endsection
+<iframe src="{{ $iframeUrl }}" width="100%" height="750" allow="camera" style="border:none;" allowfullscreen></iframe>
+@endsection
0 commit comments