How can I adjust the zoom size of product images on my website?

Hi @Vanbesky ,

Yes just add the media call.

@media only screen and (max-width: 750px) {
.product-media-modal__dialog {
    width: 50%;
    margin: auto;
}
}