I'm looking for a image zoom and pan script. My first thought is something using AJAX. I will accept Flash suggestions as well though. The script i need is for viewing only, not any type of resize on upload or anything. Thanks much.
Zoom & Pan Image
Collapse
X
-
Tags: None
-
Ajax?... Its not required here.Originally posted by empiresolutionsI'm looking for a image zoom and pan script. My first thought is something using AJAX. I will accept Flash suggestions as well though. The script i need is for viewing only, not any type of resize on upload or anything. Thanks much.
Use:
style.height and style.width for zooming
event.screenX and event.screenY for getting position of the cursor.
style.left and style.right for moving the image wrt the cursor.
Harpreet
Comment