.woocommerce-product-gallery__image {
pointer-events: none;
}
I would like to make the images when on the single product page not clickable. at the moment you can click the image and the same sized image shows. I do not want to load bigger image files so the clicking component is pointless. Above is what I tried and it did not work.