Title: Thumbnails src
Last modified: September 3, 2019

---

# Thumbnails src

 *  Resolved [umeeshh](https://wordpress.org/support/users/umeeshh/)
 * (@umeeshh)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/thumbnails-src/)
 * Hi! Thanks for your great work!
 * I need one customisation so here is my question – how to change default thumbnail
   source. It loads 100×100. I need bigger images
 * thanks in advance

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

 *  Plugin Contributor [getwooplugins](https://wordpress.org/support/users/getwooplugins/)
 * (@getwooplugins)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/thumbnails-src/#post-11909715)
 * [@umeeshh](https://wordpress.org/support/users/umeeshh/),
 * Add the following filter inside functions.php and adjust your width and height
   according to your need.
 * add_filter( ‘woocommerce_get_image_size_gallery_thumbnail’, function( $size ){
   
   return array( ‘width’ => 150, ‘height’ => 150, ‘crop’ => 0, ); } );
 * Thank You
 *  Thread Starter [umeeshh](https://wordpress.org/support/users/umeeshh/)
 * (@umeeshh)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/thumbnails-src/#post-11917769)
 * Thanks a lot! 🙂
 *  [Mike80](https://wordpress.org/support/users/miguel80/)
 * (@miguel80)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/thumbnails-src/#post-12204370)
 * Hi there.
 * I have the same problem, I need my gallery thumbnail images to be a litle bigger
   because they are getting a litle cropped in height.
 * I did the change mentioned above in the functions.php file but the images remain
   in the original size (100*100)…any ideas why is this happening?
 * Thanks in advance.
 * PS: Great job, by the way!

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

The topic ‘Thumbnails src’ is closed to new replies.

 * ![](https://ps.w.org/woo-variation-gallery/assets/icon-128x128.gif?rev=2741185)
 * [Additional Variation Images Gallery for WooCommerce](https://wordpress.org/plugins/woo-variation-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-variation-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-variation-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-variation-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-variation-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-variation-gallery/reviews/)

 * 3 replies
 * 1 participant
 * Last reply from: [Mike80](https://wordpress.org/support/users/miguel80/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/thumbnails-src/#post-12204370)
 * Status: resolved