I'm currently implemented fluidbox in a new web project, I'm combining it with a jquery zoom plugin.
It works great only when I zoom out of the image, fluidbox closes because the drag for the zoom is a click event for fluidbox.
I was hoping I could do a event.preventDefault in the closestart.fluidbox event, but this is not working.