From 4e8b0edaa55fa46c05de1ce599a7b7dd07ad90d9 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 13 Jan 2025 20:59:17 +0000 Subject: [PATCH] Add playsinline attribute to video tag This fixes #3734 by adding the playsinline attribute to the video tag in VideoPlayer.vue. This attribute is required for iOS devices to play videos inline instead of going into fullscreen mode by default. --- src/components/VideoPlayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue index 8db933a9..db7bbbe3 100644 --- a/src/components/VideoPlayer.vue +++ b/src/components/VideoPlayer.vue @@ -5,7 +5,7 @@ class="relative max-h-screen w-full flex justify-center" :class="{ 'player-container': !isEmbed }" > -