Closed guldil closed 6 years ago
ok i found a solution
var zoomOptions = { zoomType: "window", zoomWindowWidth: 600, zoomWindowHeight: 500, loadingIcon: '/bundles/app/plugins/slick-slider/ajax-loader.gif', onDestroy: function (){$('.slider-for').slick('slickPlay')}, onShow: function (){$('.slider-for').slick('slickPause')}, };
Hi,
I'm using Elevate Zoom PLus with Slider Slick it's working.
But now i have to enable autoplay feature with 5 seconds delay between image.
Zoom still working but i can't pause the autoplay feature, so after 5seconds of zoom, current image is changing...
Is there a way to detect zoom and pause the timer ? and resume it ?
I tried .zoomContainer .zoomWindowContainer .zoomWindow "hover / mouseover / mouseout" event but it's not working...
Thanks
Guldil