Summary
When using the vtex.store-components product-image, when swiping an image to the side after clicking it for zoom, the first image will keep zoomed in, causing rendering issues when the user swipes back to it.
Simulation
In a PDP that uses vtex.store-components product-image, access the mobile version of a product with at least two images. Click to zoom in the first image, then swipe to the next one. Click to zoom the second one, and swipe back to the first. Doing it back and forth will eventually cause some display issues to the currently zoomed in image. Clicking on the image again to zoom out resets it back to normal.
Workaround
Use arrows to navigate between images and reduce the chance of users opting to swipe it.
Set the prop "zoomMode": "hover" or "zoomMode":"open-modal". It prevents swiping when the image is zoomed, but changes behavior slightly.