Open georgemichel opened 3 years ago
var $thumbs = $('. thumb-item, .thumb-item-nav'); $thumb .on ('mouseover', function () { $thumbs.slick ('pause'); }) .on ('mouseout', function () { $thumbs.slick ('play'); });
var $thumbs = $('. thumb-item, .thumb-item-nav'); $thumb .on ('mouseover', function () { $thumbs.slick ('pause'); }) .on ('mouseout', function () { $thumbs.slick ('play'); });