How do I disable product images zoom?

Hi,
please help me to disable image on the product pages.

Hello @Julia

You can use hook: remove_theme_support( ‘wc-product-gallery-zoom’ );
Or use this css:
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
display: none !important;
}