I can watch an embedded product video with id="video"

<div id="video" src="https://youtu.be/zEw8zHLxPWc"</div>
i also use the iframe but still not working.

Hey @matey1979!

It would help to see your code for the iframe.

Thanks!

Your opening <div> tag misses a closing bracket, but I’d rather suggest you try HTML’s <video> tag:

<video controls id="video" src="https://youtu.be/zEw8zHLxPWc"></video>
1 Like

this actually work now,thanks

thanks i got it