Good Day,
I am having a hard time to show a video in pop-up from youtube and vimeo, I don't know if there's a restriction of both website when embedding in pop-up.
Here's the code:
<p>
<video autoplay="" width="100%">
<source src="{Video}" type="video/mp4">
</video>
</p>
<p>
<a href="{Video}" target="_blank">View larger video</a>
</p>
the field {Video} is where the url link of the video that I want to appear in pop- up.
the output is this
Hopefully somebody knows how to embed video in a pop-up.