Want to change embed youtube video width and height on my product page

Solved

Want to change embed youtube video width and height on my product page

Muhammad_Faraz
New Member
20 0 0

I Want to change embed youtube video width and height on my product page but it is only changing on my shopify product page section, but didnt show these changes on my website product page.
How can i change the size of embed video on the product page.
I am currently using prestige version 5.

This is the width and height that i am trying with the embed code:

<iframe width="300" height="560" src="https://www.youtube.com/embed/5C1cIy1YLlY?si=t9ineCSGz0jPsPlm" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

 

Pictures attached:
shopify.PNGwebsite.PNG

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11633 2280 2462

This is an accepted solution.

Hi, please try to update the previous code to this 

.ProductMeta__Description .VideoWrapper { 
    overflow: unset; 
    height: 560px
}
.ProductMeta__Description .VideoWrapper iframe {
    width: 300px;
    height: 560px;
    left: 50%;
    transform: translate(-50%, 0px);
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 10 (10)

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

Could you share your product page link so I can check?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

CSS of your theme removes width height settings in your code Screenshot 2024-10-02 at 15.36.08.png

Also, if it applies your settings, your video will look like this 

Screenshot 2024-10-02 at 15.35.24.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Muhammad_Faraz
New Member
20 0 0

Yes i want video like this, so what should i have to do?

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

.ProductMeta__Description .VideoWrapper { 
    overflow: unset; 
    height: 560px
}
.ProductMeta__Description .VideoWrapper iframe {
    width: 300px;
    height: 560px;
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Muhammad_Faraz
New Member
20 0 0

Alright let me do that.. and autoplay is also not working when i am adding autoplay code in html...can you also tell that how to do this.. so that i will apply combine code in custom CSS for both of my problem 

Muhammad_Faraz
New Member
20 0 0

I have applied your code and it works but the video is on left side.. and doesnt come in center like other images...even after aligning it in center in product description.. tell me what can i do.
waste 2.PNGwaste.PNG

Muhammad_Faraz
New Member
20 0 0

Kindly replyyyyyy plzzzz
Here is the product page link:

https://thehairshop.pk/products/hair-keratin-treatment-ultra-strength-1

Dan-From-Ryviu
Shopify Partner
11633 2280 2462

This is an accepted solution.

Hi, please try to update the previous code to this 

.ProductMeta__Description .VideoWrapper { 
    overflow: unset; 
    height: 560px
}
.ProductMeta__Description .VideoWrapper iframe {
    width: 300px;
    height: 560px;
    left: 50%;
    transform: translate(-50%, 0px);
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Muhammad_Faraz
New Member
20 0 0

Thankyouu..........autoplay is also not working when i am adding autoplay code in html...can you also tell that how to do this.. so that i will apply combine code in custom CSS for both of my problem .....can you also help with this?