hurray Posted August 31, 2010 Share Posted August 31, 2010 I have realized that once the product image you upload has its length longer than the width, it messes up the thumbnail.Does anyone know how to fix this.Here is an example: http://shop.ametibetaine.com/product.php?id_product=217 . Do a mouse rollover on the the second image and you will see what happens. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted August 31, 2010 Share Posted August 31, 2010 You can edit the TPL file to include the dimensions of the image.In this case, just add this: width="300" height="207" between id="bigpic" and /> Link to comment Share on other sites More sharing options...
MrBaseball34 Posted August 31, 2010 Share Posted August 31, 2010 Are all your images the same size? Link to comment Share on other sites More sharing options...
hurray Posted August 31, 2010 Author Share Posted August 31, 2010 Are all your images the same size? No. They vary. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted August 31, 2010 Share Posted August 31, 2010 If they vary, the system is going to import them and then show them all in the same size.Are you saying you want the system to show them in their actual size? Link to comment Share on other sites More sharing options...
hurray Posted August 31, 2010 Author Share Posted August 31, 2010 I would like the system to show the images properly. Could you please look at this item http://shop.ametibetaine.com/product.php?id_product=217you will see that if you roll over your mouse on the first image, it displays fine. But on the seconds image, it gets enlarged. Try not to enlarge them. Just a mouse roll over. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted August 31, 2010 Share Posted August 31, 2010 I don't work with thumbnails so I can't tell you about that one. I thought the ThickBox rollover was supposed ot be a popup. Link to comment Share on other sites More sharing options...
hurray Posted August 31, 2010 Author Share Posted August 31, 2010 The rollover is not a popup. You have to click on "enlare images" for popups. Link to comment Share on other sites More sharing options...
hurray Posted September 1, 2010 Author Share Posted September 1, 2010 The image you see on product page is "large" which then opens in thumbnail when you click on it. The other ones are thumbnail and when you rollover your mouse on them, the image "large" changes.So right now the size for "large" is set to 300 x 210. From what I have noticed on my site is, the length "300" is fixed whereas the width is functional to the length. So if I have an image with size 750 x 500, it gets reduced to 300 x size that would correspond according to the reduction. If this reduced width happens to be bigger than 210 (as set up in the back-end), it overlaps the borders. This becomes an even bigger problem if the image I upload is 500 x 800. Then the length gets again reduced to 300 and the width reduces accordingly. And in this case, it completely overlaps the border and looks very strange.Can someone think of a solution? Even if we set the width to be fixed and then reduce the length correspondingly, I do not think this will solve the problem. Link to comment Share on other sites More sharing options...
Recommended Posts