We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Re: Make video section mobile friendly

Solved

Make video section mobile friendly

shilpa_etsy
Shopify Partner
45 0 4

Heyy!! I've built a custom video section but I can't seem to make it mobile friendly, Can someone please help me ??
Thank you soo much!! Also the video is loading after few seconds 
url - https://glamour-glitz-theme.myshopify.com/
pass - stufle

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @shilpa_etsy 

You can try to add this code to the Custom CSS of your video section 

@media (max-width: 749px) {
html .videoBackground .videoBox {
    height: auto;
    min-height: auto;
    padding: 0;
}
}

Screenshot 2025-01-17 at 16.07.03.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

This is an accepted solution.

Hi @shilpa_etsy 

You can try to add this code to the Custom CSS of your video section 

@media (max-width: 749px) {
html .videoBackground .videoBox {
    height: auto;
    min-height: auto;
    padding: 0;
}
}

Screenshot 2025-01-17 at 16.07.03.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.