Quote Originally Posted by aussieny View Post
Thanks for this. I have the file and see where I can adjust the width but all the heights are at 300px or less and there is still a huge gap.

Also the smaller images are of poor quality, did you have that problem? I did up load in good resolution but it's not showing.

Any thoughts are appreciated.
hey there.. still playing with product. I don't think there is any easy way to get it how you would like without a lot of messing around.

I recommend checking out some other mods. There are ones that display the product information in various ways.

As for the height issue:

/includes/templates/yourowntemplatename/templates/

open: tpl_modules_ajax_image_viewer.php

Find this piece of code at the top:

<div id="image_viewer" style="height: <?php echo (IMAGE_VIEWER_MEDIUM_IMAGE_HEIGHT + IMAGE_VIEWER_SMALL_IMAGE_HEIGHT - 150)?>px">

Edit only the + 150 you can make it -150 or whatever you like.. mess around -100, -50 +50 and son on to suit your image sizes.

As for image quality. Ensure your image sizing is set up the same for all your images. Make a standard size.

Then check your admin settings > Configuration> image

Ensure the values are setup the same here as in

admin > Configuration > Ajax image swapper.

Also I set my compression of images to 100 ( no compression) in

Then check your admin settings > Configuration> image

I don't have any issues with small images. I only have some random medium images that are slightly distorted.

I recommend when uploading any images get one going as the standard. get that setup right then upload all the rest.

This is because if you make ANY changes the MOD caches/saves all the medium and large images and you have to delete and reupload every image through image swapper. You cannot just upolad these via FTP as only small images will change.