From ff787453abd4fc804d405bb6dbe5960101be1c1d Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Sun, 22 Dec 2024 19:26:29 +0100 Subject: [PATCH] Fix video playing issue on iOS --- src/components/InlineVideo.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/InlineVideo.astro b/src/components/InlineVideo.astro index 5065ed7..84a813f 100644 --- a/src/components/InlineVideo.astro +++ b/src/components/InlineVideo.astro @@ -2,6 +2,5 @@ const { src, width, height } = Astro.props; --- -