diff options
Diffstat (limited to 'components/Stream.vue')
| -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> |