HTML_<video> Help

Hello Guys,

can I please ask you for the support with embedding youtube video to the codepen?
This is part of the product landing page but my video cannot be played for some reason…

the code is pure html <video width="320" height="240" controls> <source src="https://www.youtube.com/watch?v=z7DYC_zbZCM" type="video/mp4"> </video>

Also if you would like to see it in full picture you can review it here (specifically lines 40-42:

If you would be able to help me also center the video to the middle it would be fantastic! I tried flexbox method of justify content or just margin auto method but it is not working.

Thank you so much :slight_smile:

Hi Mike, i saw other posts on this subject that you can refer to, can you try to search the forum first?

Thank you for your reply, I will check the historical posts mentioning video.