From f861eb4bd951aebc91114114ee10848019e417fe Mon Sep 17 00:00:00 2001
From: Julian <1682314+spkesDE@users.noreply.github.com>
Date: Thu, 4 Apr 2024 18:30:47 +0200
Subject: [PATCH] :bug: Added playsInline to VideoBackground (#1996)

Co-authored-by: spkesDE <spkes@spkes.de>
---
 src/components/layout/Templates/BoardLayout.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/layout/Templates/BoardLayout.tsx b/src/components/layout/Templates/BoardLayout.tsx
index 0e7f82609ca..0fdbc1f4362 100644
--- a/src/components/layout/Templates/BoardLayout.tsx
+++ b/src/components/layout/Templates/BoardLayout.tsx
@@ -285,6 +285,7 @@ const BackgroundVideo = ({videoSource, videoFormat}: BackgroundVideoProps) => {
         autoPlay
         muted
         loop
+        playsInline
         style={{
           position: 'fixed',
           width: '100vw',