Product landing page Video not working

I have all the tests passing and setup a basic layout and begin editing actual information on the screen. However, I cant seem to get the video to play. It will display on the screen but nothing happens. Please help…my codepen

Hi, it seems the video isn’t playing because HTML5 video element doesn’t support youtube videos. You can embed the video using the option that comes on sharing:
image

1 Like

If you open inspect element you will see errors in the console log

HTTP “Content-Type” of “text/html” is not supported. Load of media resource https://youtu.be/zEw8zHLxPWc failed.

so video tag won’t work for youtube links but you can use iframe tag instead with the embedded youtube link

Thank you. I was able to find the embedding code and it worked.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.