Barry
Barry

Reputation: 99

Javascript for zooming and panning an image

I have a requirement in the project I am working on for a piece of JavaScript which will allow the user to pan over and zoom in and out of a large image.

Unfortunately, my experience with JavaScript is limited.

Does anybody know of a free script out there which would satisfy my requirements?

Upvotes: 6

Views: 5082

Answers (1)

TStamper
TStamper

Reputation: 30354

There is a jquery ZoomImage plug-in to my opinion which would be good use for this case..Examples for code are here or here.

There is one that also uses a zoom toolbar next to the image

Upvotes: 5

Related Questions