Title: Changing image size
Last modified: August 21, 2016

---

# Changing image size

 *  [peter10642](https://wordpress.org/support/users/peter10642/)
 * (@peter10642)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/changing-image-size/)
 * Hi,
 * I’m trying to change the image size on my product’s grid.
 * All images seem to default to 195px x 140px but I want them 325px x 275px.
 * I’ve looked in grid-products.php and changed the sizes at the top after add_image_size
   and also the max-width to 325px.
 * Can you help?
 * Thanks, Pete
 * [http://wordpress.org/plugins/grid-products/](http://wordpress.org/plugins/grid-products/)

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

 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/changing-image-size/#post-3958303)
 * after you change the image size in the plugin, you need to reupload the images,
   that size is a thumbnail wordpress generates upon upload. since it is alreay 
   uploaded and sized to the previous size, it will continue to use that size until
   you reupload
 *  Thread Starter [peter10642](https://wordpress.org/support/users/peter10642/)
 * (@peter10642)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/changing-image-size/#post-3958304)
 * Thank you very much for the quick response.
 * That’s sorted it. I did actually find a fix buy using:
 * `$theimage=wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' );`
 * However I’ve changed it back as I prefer not to mess with the plugins too much.
 * I did add an odd and even class to the li elements thought to make styling a 
   bit easier.
 * Thanks again

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

The topic ‘Changing image size’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/grid-products.svg)
 * [Grid Products](https://wordpress.org/plugins/grid-products/)
 * [Support Threads](https://wordpress.org/support/plugin/grid-products/)
 * [Active Topics](https://wordpress.org/support/plugin/grid-products/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/grid-products/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/grid-products/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [peter10642](https://wordpress.org/support/users/peter10642/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/changing-image-size/#post-3958304)
 * Status: not resolved