What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I show a different video banner on desktop & mobile?

How can I show a different video banner on desktop & mobile?

BSPOKE_STUDIO
Shopify Partner
25 0 2

I have a video banner on my homepage that looks great on desktop (landscape), but then remains landscape for mobile. I want to have a separate, portrait video for mobile. I'm using the Pipeline theme. Is anyone able to help with this? I am unable to share my store's password.

Replies 2 (2)

Bundler-Manuel
Trailblazer
382 23 41

Hello there @BSPOKE_STUDIO  Try this code in the store and see whether it gets fixed 

@media screen and (min-width: 481px) {
#shopify-section-template--22677475131741__custom_liquid_zMBVDz {
display: none!important;
}
#shopify-section-template--22677475131741__custom_liquid_geKPV3 {
display: block!important;
}
}
@media screen and (max-width: 480px) {
#shopify-section-template--22677475131741__custom_liquid_geKPV3 {
display: none!important;
}
#shopify-section-template--22677475131741__custom_liquid_zMBVDz {
display: block!important;
}
}


Let me know if this works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
BSPOKE_STUDIO
Shopify Partner
25 0 2
Hi, thank you for replying, however this didn’t work unfortunately. Where
am I supposed to be adding the code?

E-mail: bianca@bspoke-studio.com
www.bspoke-studio.com