What sets the size of the additional images in thumbnail view

I cannot find a setting.



To me they seem a bit small. They are currently 34 pixels wide and I would like to boost them to about 50 pixels.

Take a look at /skins/YOURSKIN/customer/views/products/components/product_images.tpl:

{* $Id: product_images.tpl 7068 2009-03-18 10:51:50Z zeke $ *}

{assign var="th_size" value="[B][COLOR="red"]34[/COLOR][/B]"}
{include file="common_templates/previewer.tpl"}




Replace the part in red with your desired width.



Bob

[quote name=‘jobosales’]Take a look at /skins/YOURSKIN/customer/views/products/components/product_images.tpl:

{* $Id: product_images.tpl 7068 2009-03-18 10:51:50Z zeke $ *}

{assign var="th_size" value="[B][COLOR="red"]34[/COLOR][/B]"}
{include file="common_templates/previewer.tpl"}




Replace the part in red with your desired width.



Bob[/QUOTE]



Image itself is 34px so changing this would affect only new images old ones would need to be regenerated?

Ok, that was very helpful and I 've done it.



But then ,when I opened the larger image I saw the thumb gallery at the bottom was cut.!



I am trying to find a solution but nothing yet



Anyone pls