aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenimarru <[email protected]>2024-01-08 07:47:06 +0100
committerKenimarru <[email protected]>2024-01-08 07:47:06 +0100
commit3b4717d13e23a2a5a8e7d6a87f7520f5ba7988b7 (patch)
tree43f759e3a8c70e7bf728b05df18982882a560655
parentv0.3.1 (diff)
downloadhiruku-3b4717d13e23a2a5a8e7d6a87f7520f5ba7988b7.tar.xz
hiruku-3b4717d13e23a2a5a8e7d6a87f7520f5ba7988b7.zip
v0.3.1
-rw-r--r--components/Stream.vue2
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>