Brooklyn Theme: Product image not showing on Mobile

Hi,

My product page is not showing the product images just on mobile. The images loads for like half a second and then disappears. I tried some other solutions posted in the community before asking for help, but nothing worked.

I had added some codes to tweak the product designs abit.

A product on my store is at: https://serenityverse.co/products/serenity-crescent-lamp

Thanks for the help in advance :slightly_smiling_face:

1 Like

@zed05

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

@media only screen and (max-width: 749px) {
#shopify-section-product-template .slick-slider {display: block !important;}
#shopify-section-product-template .slick-slider .slick-dots {bottom: -16px !important;}
}

Hope this work!

Thanks!

@zed05

yes i can see its work fine