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&log_user=0&signature=0c4eca2c75f0de137c42d7f6f3b1bd190f6ad1dc8b4a030b9b65b1beb2e23377'" dmx-lightbox=""><i class="fa-regular fa-circle-play"></i></a>
Here is a video.