I am using the Zoom helper of Fancybox https://github.com/Fab1en/fancyBox/blob/master/demo/index.html and now everything works except when I try to drag the item within the fancy box after zoom, I can't. Can anyone help me please. http://jsfiddle.net/2XhjG/1739/
$(".fancybox")
.fancybox({
arrows : false,
helpers : {
zoom : {
maxZoom: 5
}
}
});
}
});
Possible discussion: https://github.com/fancyapps/fancyBox/pull/319