views:

30

answers:

1

Hi,

I need a plugin for jquery or another js framework, where I can define a small div where i can drag around a big picture, so i get only a clipping of the picture. any ideas?

edit: i try to explain

i have a small div, like 600px x 450px. this div behaves like a clipping window for a big picture with like 3000px x 2000px. so i only see a specific cutout of the big picture. and i need to drag that big picture around in this small clipping window!

c

+1  A: 

Based on your description of a smaller div navigating a larger img, I think the jQuery Zoom Plugin matches your needs.

And even better: jQZoom with the zoomType set to "reverse" seems like a great way to navigate a large image.

artlung
perfect! thank you...
Tronic
Glad I could help!
artlung