You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an issue where muted videos do not autoplay in Safari when using Svelte. This behavior differs from Chrome, where the videos autoplay correctly. In a vanilla JavaScript implementation, the autoplay works as expected.
While not a complete solution to this problem, in cases where the video acts as an animated image (.gif, etc.), the Safari team prefers unintuitively using the img tag in place of the video tag to autoplay the file.
Describe the bug
I have encountered an issue where muted videos do not autoplay in Safari when using Svelte. This behavior differs from Chrome, where the videos autoplay correctly. In a vanilla JavaScript implementation, the autoplay works as expected.
Reproduction
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: