Archived topic
Remove Zoom on Woocommerce Product Page
3 replies · Started by Leanne on September 4, 2021
Viewing posts 1–4 of 4
Hi,
I would like to remove the zoom effect on the product page.
I tried this
function remove_image_zoom_support() {
remove_theme_support( 'wc-product-gallery-zoom' );
}
add_action( 'wp', 'remove_image_zoom_support', 100 );
but it does not work.
Thanks,
Leanne
Hi there,
Try this instead:
https://generatepress.com/forums/topic/enlarged-photo-problem/#post-1869091
Thank you. That works perfectly.
No problem :)
This archived topic is closed to new replies.