How to resize a mobile slideshow in the Brooklyn theme?

Solved

How to resize a mobile slideshow in the Brooklyn theme?

alexkrik
Visitor
1 0 0

Hello, I'm using brooklyn theme and can't find an html code that correctly resizes the images in the slideshow for mobile. Here is the website url: slystoner.com

The images look great on computer, but don't resize well for mobile. Feedback would be much appreciated.

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12321 2551 3725

This is an accepted solution.

@alexkrik 

 please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

@media screen and (max-width: 768px) {
.hero .hero__image { object-fit: fill !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

Reply 1 (1)

dmwwebartisan
Shopify Partner
12321 2551 3725

This is an accepted solution.

@alexkrik 

 please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

@media screen and (max-width: 768px) {
.hero .hero__image { object-fit: fill !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