- Where to find it
- Labelled Video Autoplay in the "Selected Component" section of the Modify drawer.
- Offered by
- The Video component. Other components do not have this setting.
- Per device
- Yes — you can set one value for every screen, or separate values for phone, tablet, and desktop.
In plain English
Autoplay starts the video without anyone pressing play. There is one rule that governs everything about it: browsers refuse to autoplay a video with sound. Too many sites abused it, so Chrome, Safari, and Firefox now block it outright.
What that means in practice is that autoplay and Video Muted go together. Set autoplay on its own and most visitors will see a still frame that never moves, because the browser quietly declined. Set both and it plays.
So autoplay is really a setting for silent video: a looping clip behind a headline, an animated illustration, a short ambient background. For anything with a voice or music, leave it off and let the visitor choose.
What each option does
| Option | What you will see |
|---|---|
true | Start playing on load. Only works when Video Muted is also "true". |
false | Wait for the visitor to press play. The right default for anything with sound. |
When you would use it
- A silent, looping background clip.
- A short animation that is really moving decoration.
How to change it
- Click the video component on the canvas.
- In the Modify drawer, open "Selected Component", then "Video Autoplay".
- Choose "true".
- Set Video Muted to "true" as well, or browsers will block it.
Watch out for
- Autoplay without Video Muted does not work. This is the single most common reason an autoplaying video appears frozen.
- Autoplaying video downloads immediately, on every visit, for everyone — including visitors on a phone paying for data.
- Movement that a visitor cannot stop is genuinely difficult for some people. If you autoplay, keep the clip short and calm, or leave the controls on so it can be paused.
Related settings
For developers
The technical reference for what this setting produces: MDN: autoplay guide. You do not need any of it to use the setting — it is there for whoever is building the components or debugging the published page.
Where to go next
- Back to the Video component — everything else it can do.
- The Composer — the editing surface these settings live in.
- Publishing — how a change like this reaches your live site.