trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
125 stars 28 forks source link

first video autoplay audio when opening lightbox with mixed content #80

Open jasonwilliamsau opened 2 months ago

jasonwilliamsau commented 2 months ago

I have a gallery containing a mixture of images and local hosted mp4 videos. When clicking on an image or video to open the lightbox, the lightbox opens the correct media file however it starts auto-playing the first video in the list.

If I open a video other than the first, it opens correctly but the audio from the first is played.

Also, closing the modal does not stop the playback and the audio continues to play.