Title: Thumbnails Not Consistent Size
Last modified: August 20, 2016

---

# Thumbnails Not Consistent Size

 *  Resolved [jcavender](https://wordpress.org/support/users/jcavender/)
 * (@jcavender)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-not-consistent-size/)
 * I’m having a hard time getting consistent results with the thumbnails.
 * In “List” view, my thumbs are really tiny and in “Grid” they are bigger but not
   all the same size. It seems that in “List” view, the thumbs should be 240×140.
 * Here’s a page with “Grid” – [http://uglyamps.com/Blog/?page_id=115](http://uglyamps.com/Blog/?page_id=115)
   
   Here’s one with “LIst” – [http://uglyamps.com/Blog/?page_id=79](http://uglyamps.com/Blog/?page_id=79)
 * Any help is greatly appreciated!
 * Thanks!
 * [http://wordpress.org/extend/plugins/grid-products/](http://wordpress.org/extend/plugins/grid-products/)

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

 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-not-consistent-size/#post-3623410)
 * seems you have some table issues on your page, that are causing the side with
   the images to be small, and the images adjusting to fit the space.
 * edit the plugin file, find :
 * `$product_shortcode .= '<tr><td align="center"><a href="' . get_permalink() .'"
   ><img src="'.$theimage[0].'" alt="" /></a></td>';`
 * and add a hardcoded size
 * `$product_shortcode .= '<tr><td align="center"><a href="' . get_permalink() .'"
   ><img src="'.$theimage[0].'" alt="" width="240" /></a></td>';`
 * adjust the 240 to the size you want.
 * for the grid view, the images are all the same size, seems the picutes you are
   uploading are different shapes and zooms which would effect how large they appear
   in the thumbnail.
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-not-consistent-size/#post-3623413)
 * width=”740″ seems to work on your page, but you have some other issues going 
   on that are not related to the plugin that are causing the small images. width
   =”740″ should make the image about the size of the entire content area, but on
   your site, it only makes them about 200px wide. maybe a javascript auto resize
   problem or a css rule applieing to anything with the img tag.
 *  Thread Starter [jcavender](https://wordpress.org/support/users/jcavender/)
 * (@jcavender)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-not-consistent-size/#post-3623418)
 * Thanks ModDish! The hard code width did the trick for the list view. I uploaded
   dedicated thumbnail images for the grid view.
 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-not-consistent-size/#post-3623472)
 * anytime 🙂 if you get a chance please rate the plugin
 * Thanks!

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

The topic ‘Thumbnails Not Consistent 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [ModDish](https://wordpress.org/support/users/moddish/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/thumbnails-not-consistent-size/#post-3623472)
 * Status: resolved