vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 158 forks source link

event callback #154

Open jothikannan89 opened 7 years ago

jothikannan89 commented 7 years ago

is there any way to fire event callback for zoomin, zoomout? i was trying like

unitegallery.on("zoomIn",function(){    
    console.log('zoomin');      
});

Which is not working. cna anyone suggest on this?

marcosrocha85 commented 5 years ago

Time has passed and I either have that question. In my case I'm trying to identify the click on a particular item, but on("anythin_i_put" isn't working. How can I do that?