- -Small thumbnail
- -Product image - medium sized image that appears on the product info page and is the hover image that appears when you mouse over a thumbnail)
- -Larger image, which you see by clicking the larger image link on the product info page
as always backup your files before making changes
In your
includes/classes/bmz_image_handler.class.php
Find the following (around line 697)
$zoom_sizetype = ($this->sizetype=='small')?'medium':'large';and replace it with
$zoom_sizetype = ($this->sizetype=='small')?'large':'medium';Save the file and upload, you may need to refresh the page you are viewing to see the change
Now when you mouse over a thumbnail the large image is shown as the hover
Let me know if it works for you
No comments:
Post a Comment