Thumbnails on product page don't enlarge when clicked (Dawn)

Hi everyone, hope you can advise on the following.

In Dawn theme, I’m using thumbnails carousel on a product page. It works fine on mobile, or when the desktop screen width is less than 1000px:

But when the screen width is more than 1000px, the enlarged image is not large enough:

Product URL: https://brainyband.com/products/multimany
Many thanks in advance for any ideas!

Hello @PavelLin
i checked your issue ad it is due to your main uploaded images are not uniform size i suggest to use 1000x1000px images on product and variants.

see below image is only 600x390 px which is very small in case o desktop view

Hi @PavelLin ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-main-product.css->paste below code at the bottom of the file:

@media screen and (min-width: 1000px) {
    .product__media-list li {
        width: 100% !important;
    }
}

I hope it would help you
Best regards,

Kate | PageFly

It worked - thank you so much Kate!