Why are my product images cropping weirdly on both desktop and mobile?

Hi

Can anyone help me. Shopify help and provider of theme not helpful.

When I view my product pages the image is cropped weirdly on both desktop and mobile.

1 Like

@Edie

Could you please share your store URL.

Hi
The URL is www.musetique.com
Thanks

Hi @Edie
Store Admin>>>Online Store>>>Action>>>Edite Code>>>Assets>>>stylesheet.css
paste the Below code at last

#slider .flickity-viewport {
 min-height: 800px!important;
}
@media (max-width: 740px){
#slider .flickity-viewport {
    min-height: 500px!important;
}
}

Just like that its fixed - thank you so much @himanshuhkm u r the best

1 Like

Hi @Edie

You are always welcome

Do Click on Accept the solution