nicolas-t / Chocolat

Chocolat : the lightbox so cool horses use it :horse:
http://chocolat.insipi.de
GNU General Public License v3.0
1.69k stars 170 forks source link

Zoom always active? #97

Open bcoelhodev opened 5 years ago

bcoelhodev commented 5 years ago

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.

nicolas-t commented 5 years ago

Hello

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

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