Autoplay videos
Get more control over your videos using Gumlet's advanced player customization options for autoplay videos.
You can update settings for autoplay videos for different use cases:
Auto-play videos once
Autoplay the video once to capture users' attention and allow them to watch at their own pace.
Use query params: ?autoplay=true
Note: You can also enable this setting for all videos inside the player settings.
Auto-play videos in a loop
Allow users to watch videos at their own pace and rewatch them easily, keeping them available for playback indefinitely.
Use query params: ?autoplay=true&loop=true
Note: You can also enable this setting for all videos inside the player settings.
Auto-play video without any controls
Most suitable for marketing videos to play without any controls. Viewers can play/pause and unmute the video.
Use query params: ?autoplay=true&loop=true&disable_player_controls=true
Note: You can also enable this setting for all videos inside the player settings.
Auto-play videos in the background
Most suitable for e-commerce videos and website hero videos, where high-quality videos play continuously without any controls or music.
Use query params: ?background=true
Summary of autoplay use cases:
| Use case | query param(s) |
|---|---|
| Auto-play videos once | autoplay=true |
| Auto-play videos in a loop | autoplay=true&loop=true |
| Auto-play video without any controls | autoplay=true&loop=true&disable_player_controls=true |
| Auto-play videos in the background | background=true |

