jackmoore / wheelzoom

A small script for zooming IMG elements with the mousewheel/trackpad.
http://www.jacklmoore.com/wheelzoom
MIT License
342 stars 95 forks source link

How to use wheelzoom in colorbox #26

Closed akeilox closed 7 years ago

akeilox commented 7 years ago

Is there a simpler way to use wheelzoom with colorbox?

UksusoFF commented 7 years ago
$(document).bind('cbox_complete', function() {
    $(".cboxPhoto").wheelzoom();
});