Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor ModDish

    (@moddish)

    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

    (@moddish)

    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

    (@jcavender)

    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

    (@moddish)

    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.