Need Help with Embedding Youtube Video on Product Page

So i followed some guide and got done till here:

this is the code i used:

however i dont like how its showing and i would like to show in full 1920*1080 resolution like the one showed below:

Please help

Website URL:

https://hiraali.com/products/b5-collegen-booster-serum

Hi @saadrafi ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/theme.css
  3. Add code below to end of file
.product-block.product-single__description iframe {
	height: auto!important;
	aspect-ratio: 9/16;
}

Thankyou, it worked.

can the video be auto played when hovered?

Hi,

Sorry. It’s impossible when you use an iframe to embed video.