Cristiano AP
Results
1
comments of
Cristiano AP
Try this: ``` var options = {callback: function(){ $(this).on('touchend', function(){ $(this).parent().trigger('zoom.destroy').zoom(options); }); } }; $('img').parent().zoom(options); ```