zoom
zoom copied to clipboard
pinch to zoom on mobile
despit adding the touch event:
$(document).ready(function(){ $('.grid-item').zoom({ on:'click', touch:true}); });
no result come forward and being my image full width will prevent scrolling zooming instead
Am I doing something wrong? a pinch to enlarge option would be possible?
got the same problem here, did you solved it?