fix: animated backgrounds in ios to not have video controls (#2251)

This commit is contained in:
Shubham Palriwala
2024-03-15 15:20:24 +05:30
committed by GitHub
parent e5862a2064
commit 034ca1d639

View File

@@ -69,6 +69,7 @@ export const MediaBackground: React.FC<MediaBackgroundProps> = ({
muted
loop
autoPlay
playsInline
className={`${baseClasses} ${loadedClass} object-cover`}
style={{ filter: `${filterStyle}` }}>
<source src={survey.styling?.background?.bg || ""} type="video/mp4" />