Need Help with Embedding Youtube Video on Product Page

Solved

Need Help with Embedding Youtube Video on Product Page

saadrafi
Excursionist
38 0 11

So i followed some guide and got done till here:

saadrafi_0-1741008840973.png

this is the code i used: 

<iframe width="315" height="560"
src="https://www.youtube.com/embed/QPOLrbKI5oQ"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media;
gyroscope; picture-in-picture;
web-share"
allowfullscreen></iframe>

 

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

 

saadrafi_1-1741008907536.png

Please help

 

 

Website URL:

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

Accepted Solution (1)

EBOOST
Shopify Partner
1405 352 433

This is an accepted solution.

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;
}

EBOOST_0-1741100892523.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 3 (3)

EBOOST
Shopify Partner
1405 352 433

This is an accepted solution.

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;
}

EBOOST_0-1741100892523.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
saadrafi
Excursionist
38 0 11

Thankyou, it worked.

 

can the video be auto played when hovered?

EBOOST
Shopify Partner
1405 352 433

Hi,

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

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips