$(function(){ $match_packages = $('.con_packages .box_list .list').find('.item'); $match_services = $('.con_services .box_list .list').find('.item'); match_outerHeight($match_packages, 3); match_outerHeight($match_services, 2); $('.con_main .box_slide').slick({ speed: 2000, autoplaySpeed: 5000, autoplay: true, infinite: true, swipe: true, fade: true, dots: true, arrows: false }); });