Solved

Why is there a gray bar on my Brooklyn theme slideshow in Shopify?

lilyyp
Excursionist
32 0 21

Hi! I am using the Brooklyn Theme and my slideshow video, a gray bar appeared. I tried changing the height of the slideshow and even the height of the video. It looks like the template for the photo/video is larger than the video itself and is causing the gray, empty background. Is there a code to fix this? Thanks! 

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

.slick-list {
    height: 203px !important;
}

@lilyyp 
Add this code in theme.scss

View solution in original post

Replies 5 (5)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @lilyyp 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

lilyyp
Excursionist
32 0 21

Hi @Zworthkey its liveinbungalow.com 

thank you! 

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

.slick-list {
    height: 203px !important;
}

@lilyyp 
Add this code in theme.scss

lilyyp
Excursionist
32 0 21

 @Zworthkey Amazing! Worked great. Thank you so much!!!

lilyyp
Excursionist
32 0 21

Hi @Zworthkey just checked desktop website and it cut the slideshow in half. Is there a way to fix this? Looks great on mobile though. Thanks!