It works fine in Chrome desktop but Safari and iOS are throwing errors or ignoring the command entirely.
Twonk9098
Admin
Rep: 9999
Replied on May 10, 2026, 9:00 pm
Mobile browsers strictly block autoplaying media to save data. To bypass this, you MUST add the `muted` and `playsinline` attributes to your `<video>` tag.