Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Turn off the product image zoom

Product images stop zooming when the mouse moves over them. The gallery and lightbox still work.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Needs WooCommerce
  • Category WooCommerce
  • Tested with WordPress 7.1, WooCommerce 11.1
PHP
<?php

add_action(
	'after_setup_theme',
	static function () {
		remove_theme_support( 'wc-product-gallery-zoom' );
	},
	100
);

In these packs

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.