Home › Forums › Retail › Image distortion at Zoom › Reply To: Image distortion at Zoom
November 5, 2019 at 10:09 am
#8312
Andy
Keymaster
Although we cannot recreate the same problem that you are seeing, I think it may be a CSS conflict between the main WooCommerce stylesheet and WooCommerce’s photoswipe stylesheet that is causing the problem that you are seeing.
Could you please try adding this CSS code to ‘Customize’ > ‘Additional CSS’:
.pswp img {
max-width: none !important;
}
Let me know if that fixes the issue.