Decrease the height of Video Section on the Product Page

Solved

Decrease the height of Video Section on the Product Page

Mabinibooks
Shopify Partner
49 0 20

Hello, good morning!

How can I decrease the height of the video on this link - https://totisevilla.myshopify.com/products/bottle-flask-to-be-edited

Password is daocha

Please assist. Thank you!

Accepted Solutions (2)

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

- Here is the solution for you @Mabinibooks 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.deferred-media__poster {
    height: 80% !important;
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-B2B
Shopify Partner
1723 513 577

This is an accepted solution.

@Mabinibooks ,
Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1726886931072.png

Step 2: Search for the file theme.liquid. And add this code snippet before </body> tag

<style>
.deferred-media__poster,
deferred-media > iframe {
    max-height: 70vh !important;
}
</style>

Step 3: Save and reload your site.

Result:

BSSCommerceB2B_1-1726886975950.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)
Mabinibooks
Shopify Partner
49 0 20

Hello Daniel, thanks for replying on my post; the password is daocha

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

- Here is the solution for you @Mabinibooks 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.deferred-media__poster {
    height: 80% !important;
}
</style>

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Mabinibooks
Shopify Partner
49 0 20

Thank you!

BSSCommerce-B2B
Shopify Partner
1723 513 577

This is an accepted solution.

@Mabinibooks ,
Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1726886931072.png

Step 2: Search for the file theme.liquid. And add this code snippet before </body> tag

<style>
.deferred-media__poster,
deferred-media > iframe {
    max-height: 70vh !important;
}
</style>

Step 3: Save and reload your site.

Result:

BSSCommerceB2B_1-1726886975950.png

If it helps you, please like and mark it as the solution.

Best Regards 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Mabinibooks
Shopify Partner
49 0 20

Hello, it worked, thank you!