From 8e10c48d2f182b1f11baac8747a0701019a4387c Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 27 Jul 2024 23:00:45 +0200 Subject: [PATCH] fix: videos not playing automatically on iOS / mobile (#875) --- apps/nextjs/src/components/layout/background.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/nextjs/src/components/layout/background.tsx b/apps/nextjs/src/components/layout/background.tsx index 5c991e1a6..08365e924 100644 --- a/apps/nextjs/src/components/layout/background.tsx +++ b/apps/nextjs/src/components/layout/background.tsx @@ -43,6 +43,7 @@ export const BoardBackgroundVideo = () => { autoPlay muted loop + playsInline style={{ position: "fixed", width: "100vw",