Hi There - since updating woocommerce there is now a zoom on the images and they are much smaller than they were before.
I resized in the settings and regenerated images but it made no difference.
I also added the following to the child functions file but it made no difference.
// Remove product gallery slider and gallery zoom
// =============================================================================
add_action( ‘after_setup_theme’, ‘remove_woo_three_support’, 11 );
function remove_woo_three_support() {
remove_theme_support( ‘wc-product-gallery-zoom’ );
remove_theme_support( ‘wc-product-gallery-slider’ );
}
// =============================================================================
Please could you advise what I should do to get the zoom off and get my images back to normal.
Many thanks.