About
$(document).ready(function(){ $('.responsive').slick({ slide: 'li', autoplay: true, autoplaySpeed: 900, dots: false, infinite: true, speed: 600, touchMove: true, slidesToShow: 5, slidesToScroll: 1, centerMode: true, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, infinite: true, dots: true } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); // Script - no html output if no caption given $('.responsive .slideshow_caption').each(function () { var $main = $(this), $allChildren = $main.children(); $allEmptyChildren = $allChildren.filter(':empty'); $main.toggle($allChildren.length !== $allEmptyChildren.length); }); });
Gallery
Website


