diff options
| author | Kenimarru <[email protected]> | 2024-01-08 07:47:06 +0100 |
|---|---|---|
| committer | Kenimarru <[email protected]> | 2024-01-08 07:47:06 +0100 |
| commit | 3b4717d13e23a2a5a8e7d6a87f7520f5ba7988b7 (patch) | |
| tree | 43f759e3a8c70e7bf728b05df18982882a560655 /components | |
| parent | v0.3.1 (diff) | |
| download | hiruku-3b4717d13e23a2a5a8e7d6a87f7520f5ba7988b7.tar.xz hiruku-3b4717d13e23a2a5a8e7d6a87f7520f5ba7988b7.zip | |
v0.3.1
Diffstat (limited to 'components')
| -rw-r--r-- | components/Stream.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Stream.vue b/components/Stream.vue index bdc19e1..be9a732 100644 --- a/components/Stream.vue +++ b/components/Stream.vue @@ -6,7 +6,7 @@ </section> <section class="grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-4"> <div class="flex flex-col gap-2"> - <iframe :src="stream.plyr.default" frameborder="0" class="w-full h-auto md:h-96 rounded-sm" /> + <iframe :src="stream.plyr.default" allowfullscreen frameborder="0" class="w-full h-auto md:h-96 rounded-sm" /> <NuxtLink :to="download.link" target="_blank" external class="text-primary bg-secondary text-center rounded-sm py-1 hover:bg-opacity-75"> Download Episode</NuxtLink> |