Quote Originally Posted by nigelt74 View Post
1) what are these set to

Product Info - Image Width
Product Info - Image Height

as those are both the hover settings and the productinfo page image settings.

Have you made any changes to the standard Image handler? as you seem to be using the large image as the image hover rather than the medium image (using the medium image is the default hard coded behaviour)

At a guess I would say the default behaviour has been altered

In your
includes/classes/bmz_image_handler.class.php

Find the following (around line 697)


it should say this
$zoom_sizetype = ($this->sizetype=='small')?'medium':'large';

if it says
$zoom_sizetype = ($this->sizetype=='small')?'large':'medium';

then thats your problem.

Other wise try clearing your Image handler cache via the admin
Hi,

Thanks for your help.

Or I am blind or there are no settings like Image Width and Image Height in Product Info?

I checked the file you mentioned,this is on line 697:

$zoom_sizetype = ($this->sizetype=='small')?'medium':'large';

Seems to be fine or not?

I did not make any changes to the standard Image Handler.

Very weird,but I really hope to solve this.

Regards,
Richard