Hi,
I use Area Modal Popup to show up iframe with youtube video with the following code:
<iframe width="720" height="405" src="https://www.youtube.com/embed/9Cv-5Zp6hFo?rel=0& controls=0& showinfo=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
The question is hot to make the video to stop together with the close of the modal? Currently, it closes down but the video continues playing in the background.