nicolas-t/Chocolat

Zoom always active?

bcoelhodev opened this issue · 1 comments

Hi,

Is it possible the zoom is always active?
When I open the image, the zoom is immediately active and it's not possible to deactivate it.

Hello

I don't have the time to test it right now, but you can try :

$('#my-element-id').Chocolat({
    imageSize: 'native',
    enableZoom: false
})