Select to view content in your preferred language

Pop-up video for arcgis online

360
1
02-12-2025 05:51 PM
RAMON_VERANO
Occasional Contributor

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

Screenshot 2025-02-12 155342.png

 

0 Kudos
1 Reply
RAMON_VERANO
Occasional Contributor

Hopefully somebody knows how to embed video in a pop-up.

0 Kudos