Solved

Make video on home page smaller on mobile format.

diydesigners
Explorer
50 0 15

I want to make this video show up smaller on mobile it is showing up to large and most of the content is getting cropped off.

 

https://tasselsandconfetti.com/

PW: rtiegh

Screenshot (11).png

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@diydesigners 

Please add the following code at the bottom of your assets/theme.scss.liquid file. 

@media screen and (max-width: 800px){
.hero .featured-hero.size-x-large, .featured-hero.size-x-large {height: 200px !important;}
.hero-video .wrapper.loaded .ytplayer-player-inline {width: 100% !important;height: 100% !important;left: auto !important;}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@diydesigners 

Please add the following code at the bottom of your assets/theme.scss.liquid file. 

@media screen and (max-width: 800px){
.hero .featured-hero.size-x-large, .featured-hero.size-x-large {height: 200px !important;}
.hero-video .wrapper.loaded .ytplayer-player-inline {width: 100% !important;height: 100% !important;left: auto !important;}
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
ShopKiHK
Tourist
10 1 1

@dmwwebartisan are you able to help me with the code for this one the icon theme? 🙂 post for reference: https://community.shopify.com/c/shopify-design/need-to-resize-background-video-for-mobile/td-p/16499...

saber-alpha
Visitor
3 0 0

Hi. There is no Asset theme.scss.liquid file only theme.js.liquid.  Will this one work?

saber-alpha
Visitor
3 0 0

Also this fix broke the other sections and they now no longer display it is just white screen where they are supposed to be displayed!