Results 1 comments of Brongo

The following worked for me: First off, remove any setting for "data-cycle-pause-on-hover"... leave it as default. Then attach this hover event. ``` $('.cycle-slideshow').hover( function(){ var curPos = $(this).find('.cycle-carousel-wrap').css('left'); $(this).cycle('pause').cycle('stop'); $(this).find('.cycle-carousel-wrap').css('left',curPos);...