Title: Resize thumbnails
Last modified: August 20, 2016

---

# Resize thumbnails

 *  Resolved [digitalempathy](https://wordpress.org/support/users/digitalempathy/)
 * (@digitalempathy)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/resize-thumbnails/)
 * I would like to resize the thumbnails in the products and categories pages on
   my site.
 * I have resized them via css but they are still pulling the old thumbnail images(
   150×150), whereas I would like them to be about 250px. Is there any way to change
   this? I need to have large images but do not want them to be grainy from the 
   resolution of the 150×150
 * you can see what I am talking about here
    [](http://www.umbafestivalclothing.com/product-cat/clothing/)
 * Please Advise.
 * [http://wordpress.org/extend/plugins/foxyshop/](http://wordpress.org/extend/plugins/foxyshop/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [sparkweb](https://wordpress.org/support/users/sparkweb/)
 * (@sparkweb)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/resize-thumbnails/#post-3471007)
 * Hi there, you will want to adjust your foxyshop-product-loop.php template to 
   display the “medium” size instead of “thumbnail” size. That would be here:
 * `if ($thumbnailSRC = foxyshop_get_main_image("thumbnail"))`
 * Becomes
 * `if ($thumbnailSRC = foxyshop_get_main_image("medium"))`

Viewing 1 replies (of 1 total)

The topic ‘Resize thumbnails’ is closed to new replies.

 * ![](https://ps.w.org/foxyshop/assets/icon-256-256.png?rev=1068218)
 * [FoxyShop](https://wordpress.org/plugins/foxyshop/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/foxyshop/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/foxyshop/)
 * [Active Topics](https://wordpress.org/support/plugin/foxyshop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/foxyshop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/foxyshop/reviews/)

## Tags

 * [products](https://wordpress.org/support/topic-tag/products/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 1 reply
 * 2 participants
 * Last reply from: [sparkweb](https://wordpress.org/support/users/sparkweb/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/resize-thumbnails/#post-3471007)
 * Status: resolved