Stopo video in popup / modal when closing

Hi,

The sound of the video is playing video – E-Chopper Leusden when I close the popup.
What happens?

The browser still has the modal in a hidden window, playing the video. It’s quite a common issue. You need to use JS on modal-close, to stop/pause the video as the modal is dismissed.

onclick="document.getElementById('demoVideo').pause();"

Or add it as an action to the button in Bricks… depends how you have things set-up.