added PDF opener
This commit is contained in:
14
web/opener/PDF.svelte
Normal file
14
web/opener/PDF.svelte
Normal file
@@ -0,0 +1,14 @@
|
||||
<script lang="ts">
|
||||
export let contentType: string;
|
||||
export let filename: string;
|
||||
export let slug: string;
|
||||
</script>
|
||||
|
||||
<iframe src="/s/{slug}.pdf" title="{filename}" frameborder="0"></iframe>
|
||||
|
||||
<style>
|
||||
iframe{
|
||||
min-width: 100%;
|
||||
height: 90vh;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user