Quote Originally Posted by MIKEYFM View Post
Enzo, not sure if you have solved this but I have the same issue and here is the solution that seems to work.

in the file: product_info.css found in ../templates/tableau/css

find:
Code:
#productMainImage a { ...........
        }
        
    and add the following:

             max-height: 350px;
         max-width: 330px
         overflow:hidden;
Obviously change those values to match and line up for your site but those values work for my site straight out the box.

Best of luck.

Michael
Thanks Michael and to everyone that responded.

I did solve the problem by using XnView (a batch conversion and image processor) to change the dimensions of all my images to a consistent width of 175px and that worked for me for both product images and for the carousel on the home page.

I did try setting image sizes in the admin configuration panel and via css to no avail. Not sure why, but by that time I had changed the image sizes; found that it worked well for my purposes and moved on.

I then used Image Handler to create larger versions for the product info pages.

I don't know if there is a better solution but that's what worked for me. Having uniform image sizes is also more attractive IMO so it worked out well.