mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: animated backgrounds in ios to not have video controls (#2251)
This commit is contained in:
committed by
GitHub
parent
e5862a2064
commit
034ca1d639
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user