Skip to content

Commit

Permalink
Use iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Oct 18, 2023
1 parent 0607db6 commit 8a1982a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class="d-flex align-items-center justify-content-center"
style="height: 100%"
>
<embed :src="src" type="application/pdf" width="100%" height="100%" />
<iframe :src="src" type="application/pdf" width="100%" height="100%" />
</div>
</v-overlay>
</v-dialog>
Expand Down

0 comments on commit 8a1982a

Please sign in to comment.