From 034ca1d6396d03862a3ccf64cff2eaf66d187d66 Mon Sep 17 00:00:00 2001 From: Shubham Palriwala Date: Fri, 15 Mar 2024 15:20:24 +0530 Subject: [PATCH] fix: animated backgrounds in ios to not have video controls (#2251) --- apps/web/app/s/[surveyId]/components/MediaBackground.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/app/s/[surveyId]/components/MediaBackground.tsx b/apps/web/app/s/[surveyId]/components/MediaBackground.tsx index bfef1368c4..7d7f5bbe16 100644 --- a/apps/web/app/s/[surveyId]/components/MediaBackground.tsx +++ b/apps/web/app/s/[surveyId]/components/MediaBackground.tsx @@ -69,6 +69,7 @@ export const MediaBackground: React.FC = ({ muted loop autoPlay + playsInline className={`${baseClasses} ${loadedClass} object-cover`} style={{ filter: `${filterStyle}` }}>