Make a Video Autoplay in CMS Max

CMS Max Help Center / Video

Muted inline autoplay is a request to the browser, not a guarantee, so the page must still work when playback does not start.

Use autoplay with muted and playsinline, add loop only when needed, provide a poster and fallback, and respect user motion and data preferences.

Make a Video Autoplay in CMS Max CMS Max interface and guidance visual
CMS Max administration workspace. Available controls depend on the site, role, plan, theme, and installed plugins.

Muted inline autoplay is a request to the browser, not a guarantee, so the page must still work when playback does not start.

Use autoplay with muted and playsinline, add loop only when needed, provide a poster and fallback, and respect user motion and data preferences.

Autoplay example

<video autoplay muted playsinline loop poster="POSTER-URL" class="h-auto w-full">
  <source src="VIDEO-URL.mp4" type="video/mp4">
  <source src="VIDEO-URL.webm" type="video/webm">
  <a href="VIDEO-URL.mp4">View the video</a>
</video>

Why each attribute matters

  • autoplay asks the browser to begin playback.
  • muted is normally required for autoplay policy and prevents unexpected audio.
  • playsinline requests inline playback on compatible mobile browsers.
  • loop repeats playback and should be omitted when repetition is distracting or unnecessary.
  • poster provides a useful visual before playback and when playback is unavailable.

Turn the guide into a verified website change.

CMS Max can help confirm scope, configuration, integration boundaries, and launch testing for the actual site.

Building Relationships with Web Developers and Marketing Agencies that want better results

The world's fastest and most SEO friendly website code.