- $("#right4").cycle({
- fx: 'curtainX',
- next: '#right',
- timeout: 0,
- easing: 'easeInOutBack'
- });
What I would like to do is, when the user clicks the anchor tag in the UL above, image displays in a modal box (fancybox or something) then user can zoom/pan on the image itself. I tried fancybox and elevatezoom but couldn't manage. How can I zoom?
Best Regards.