Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pamps/0eaa8e176b68c8d5d2446788729470be to your computer and use it in GitHub Desktop.
Save Pamps/0eaa8e176b68c8d5d2446788729470be to your computer and use it in GitHub Desktop.
<?php
// Change the image size used for the WooCommerce product gallery image zoom
// 'medium' or 'large' are normally the best options
add_filter( 'woocommerce_gallery_full_size', function( $size ) {
return 'medium';
} );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment