Prestige theme - Make product image smaller on mobile device

Hello everyone. My products images are way to big in mobile version. In the product images options I have already made it the smallest it can be. What I can do to make it smaller and more suitable for mobile?

Product example URL: https://americanwine.dk/products/ad-vivum-sleeping-lady-vineyard-2018

  • View in mobile version.

I hope anyone can help me fix this :slightly_smiling_face:

@LauraOO
add below css into your css file

@media only screen and (max-width: 425px)
{
.AspectRatio.AspectRatio--withFallback {
    width: 50%;
}
}

and decrease the height of below inline css of the slider

So , it will be look better

Thanks, this is a lot better! :slightly_smiling_face: