woocommerce disable zoom on product image

/* Disable zoom on Woocommerce Product Images */

// Append to your child theme's functions.php
function remove_image_zoom_support() {
    remove_theme_support( 'wc-product-gallery-zoom' );
}
add_action( 'wp', 'remove_image_zoom_support', 100 );

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
disable woocommerce zoom image disable zoom product image woocommerce remove zoom effect product image woocommerce woocomemrce product zoom disable woocommerce disable zoom image disable zoom woocommerce disable product image zoom woocommerce turn off product gallery zoom woocommerce remove zoom function single product woocommerce disable zoom on hover woocommerce woocommerce disable zoom on hover salient woocommerce disable zoom on hover disable zoom in woocommerce remove product zoom woocommerce woocommerce disable zoom on hover javascript woocommerce disable zoom on hover jquery disable zoom effect woocommerce remove zoom feature single product woocommerce how to disable woocommerce image zoom turn off product zoom woocommerce how to disable zoom image on hover woocomerse how to remove image zoom in woo woocommerce 202 how to remove image zoom in woo woocommerce enable woocommerce zoom product image woocommerce disable image zoom woocommerce product image no zoom remove woocommerce product zoom woocommerce remove zoom on hover woocommerce disable zooming remove but icon show woocommerce disable zooming zooming icon show woocommerce disable zooming woocommerce remove zoom woocommerce disable zoom on product image on hover woocommerce dont zoom in product image woocommerce turn off image zoom on hover woocommerce turn off image zoom onm hover woocommerce turn off image zoom woocommerce remove product image zoom disable image zoom woocommerce Disable zoom on Woocommerce Product Images woocommerce product image zoom on hover disable disable zoom on product page woocommerce elementor woocommerce remove zoom image woocommerce disable product imagen hover zoom woocommerce disable zoom on product image
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source