Video embedded in popup continues to play after closing

I created a popup with an embedded video code. However, when I close the video, it continues to play in the background. How can I remedy this?

Here is the page: https://christinar38.sg-host.com

I would say use interactions to send pause javascript trigger to the player but you are using iframe.

there is no way to send remote function call or trigger to iframes.

just use bricks video element

Unfortunately, the client wants to use the embed code to avoid the branding of the YouTube and Vimeo players.

then check that players docs maybe they have some kind of API or embed Scripting solution so you can trigger pause when the popup closed.

btw you can upload video to wordpress/bricks and use bricks player too. it doesn’t have to be youtube or vimeo.

Okay – I was thinking that you needed to host video files elsewhere to reliably stream them. But…the video in question was only 36 mb, and when I uploaded it and tested it – it worked fine! No lag. Thanks for your help!