Zoom & Pan Image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • empiresolutions
    New Member
    • Apr 2006
    • 162

    Zoom & Pan Image

    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.
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by empiresolutions
    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.
    Ajax?... Its not required here.

    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

    Working...