Lightbox Auto play videos not working

When using the Lightbox component with the Autoplay feature for videos, it does not work as expected. You need to click the play button a second time to start the video.

<dmx-lightbox id="videoLightbox" fullscreen="true" autoplay="true"></dmx-lightbox>

<a href="" class="play-button" dmx-bind:href="'https://player.vimeo.com/progressive_redirect/playback/1009024836/rendition/1080p/file.mp4?loc=external&amp;log_user=0&amp;signature=0c4eca2c75f0de137c42d7f6f3b1bd190f6ad1dc8b4a030b9b65b1beb2e23377'" dmx-lightbox=""><i class="fa-regular fa-circle-play"></i></a>

Here is a video.

Browsers block autoplaying videos that are not muted and they require user interaction to play such videos. It's been like that since 2018.

1 Like

Is any way to mute on Lightbox options?