How can I view full width images in zoom mode on my product page?

Go to Customizer and Go to Your product page and add custom CSS

img.pswp__img {
    width: 100% !important;
    height: 100% !important;
}

.pswp__zoom-wrap {
    transform: unset !important;
}

If that don’t work please contact me