ok im not sure if this was the best way to fix but i figured out something
in
product_thumbnail.tpl
replace
Code:
width="{$image_x}"{/if}{if $image_y ne 0} height="{$image_y}"
with
Code:
width="50"{/if}{if $image_y ne 0} height="50"
using whatever size you need instead of 50