Title: Problems changing thumbnail dimension
Last modified: August 19, 2019

---

# Problems changing thumbnail dimension

 *  [macmesser](https://wordpress.org/support/users/macmesser/)
 * (@macmesser)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/problems-changing-thumbnail-dimension/)
 * Hi,
 * all images in the shop of my customer are 300×400. Your plugin seems to crop 
   down the images to 100×100 by default. How do I change this the proper way?
    
   Changing the thumbnail-size in Woocommerce-Media-Settings has no effect anymore
   since installing your plugin. I tried messing around and overwriting your theme
   product-thumbnails.php and now at least most of the images are displayed the 
   right way. Not the first one though (the small version of the main product image,
   inside the gallery). As soon as I change its size, it messes with the slick-track
   of the gallery and the variation-selection.
 * Could you please point me out, how I can stop your plugin from cutting off parts
   of our images? What’s the intended way?
 * Thanks in advance,
 * Andy
    -  This topic was modified 6 years, 9 months ago by [macmesser](https://wordpress.org/support/users/macmesser/).
    -  This topic was modified 6 years, 9 months ago by [macmesser](https://wordpress.org/support/users/macmesser/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblems-changing-thumbnail-dimension%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Niloy – Codeixer](https://wordpress.org/support/users/im_niloy/)
 * (@im_niloy)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/problems-changing-thumbnail-dimension/#post-11846687)
 * use this filter
 *     ```
       add_filter ('woocommerce_get_image_size_gallery_thumbnail', function($size) { 
       	return array ( 'width' => 124,'height'=> 124, 'crop' => 0, ); 
       });
       ```
   
 * and after that use ‘regenerate thumbnails’ plugin for resize
 *  Thread Starter [macmesser](https://wordpress.org/support/users/macmesser/)
 * (@macmesser)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/problems-changing-thumbnail-dimension/#post-11849285)
 * Thanks for your quick reply. I’ve undone all my prior changes, added the filter
   to functions.php and installed “regenerate thumbnails”. Unfortunately with your
   solution, I achieve what I achieved earlier too. This resizes all thumbnails 
   except for the first one.
    But: slick-track is broken now…
 * “regenerate thumbnails” doesn’t really seem to have an effect anyway. Activated
   or deactivated…same result
    -  This reply was modified 6 years, 8 months ago by [macmesser](https://wordpress.org/support/users/macmesser/).
    -  This reply was modified 6 years, 8 months ago by [macmesser](https://wordpress.org/support/users/macmesser/).
    -  This reply was modified 6 years, 8 months ago by [macmesser](https://wordpress.org/support/users/macmesser/).
    -  This reply was modified 6 years, 8 months ago by [macmesser](https://wordpress.org/support/users/macmesser/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problems changing thumbnail dimension’ is closed to new replies.

 * ![](https://ps.w.org/woo-product-gallery-slider/assets/icon-256x256.gif?rev=3065029)
 * [Product Gallery Slider, Additional Variation Images for WooCommerce](https://wordpress.org/plugins/woo-product-gallery-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-gallery-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-gallery-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-gallery-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-gallery-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-gallery-slider/reviews/)

## Tags

 * [Dimension](https://wordpress.org/support/topic-tag/dimension/)
 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 2 replies
 * 2 participants
 * Last reply from: [macmesser](https://wordpress.org/support/users/macmesser/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/problems-changing-thumbnail-dimension/#post-11849285)
 * Status: not resolved