Turn off the product image zoom
Product images stop zooming when the mouse moves over them. The gallery and lightbox still work.
<?php
add_action(
'after_setup_theme',
static function () {
remove_theme_support( 'wc-product-gallery-zoom' );
},
100
);
In these packs
- WooCommerce: shop and product pages: Badges, price display, tabs and layout for your shop and product pages.