Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Problem with product thumb sizes.

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #37084
      blue_man92
      Support Expired

      Hi there,

      The product photos look smooth in the thumb area in normal sizes. But when I click on the color, the dimensions in the thumb area are fixed as 100×100.

      I couldn’t solve this problem.

      I also share the pictures with you.

       

    • #37111
      Harry
      Support Expired

      Hi,

      Thank you for choose our theme.

      Sorry because inconvenience.

      Please add below code to claue-child > functions.php to fix

      add_filter( 'woocommerce_get_image_size_gallery_thumbnail', function( $size ) {
      return array(
      	'width' => 100,
      	'height' => 150,
      	'crop' => 0,
      	);
      });

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #37129
      blue_man92
      Support Expired

      Thank for your help.

    • #37131
      Harry
      Support Expired

      You’re welcome. Have a nice day!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.