Quote Originally Posted by dharma View Post
I have the lastest version-Image Handler 2.0 for Zen-Cart v1.3.x from http://breakmyzencart.com/image-handler
the page Y change in the forum (thank you) doesnt seemed to be addressed in the update...

this is what I have:

Code:
   if (docheight - event.clientY < zoomimg_h + (2 * padding)){
      ycoord += event.clientY - Math.max(0,(0 + zoomimg_h + (5 * padding) + e.pageY - docheight - truebody().scrollTop));
    } else {
      ycoord += truebody().scrollTop + event.clientY;
should I change to
The version you have is old.
Get the latest from Downloads.
http://www.zen-cart.com/index.php?ma...roducts_id=117

That change should be the fix.
You can also download the new version and pull the javascript file and upload over your old one.

M