Fixed Background Example
$(document).ready(function(){ $('.js-slideshow').slick({ dots: true, arrows: true, infinite: true, autoplay: true, autoplaySpeed: 5000, speed: 500, slidesToShow: 1, slidesToScroll: 1, adaptiveHeight: true }); });