mark2web/website/project-files/js/slick/slick-custom.js
Sebastian Frank db248328b9
All checks were successful
the build was successful
website
2019-02-18 18:03:46 +01:00

13 lines
363 B
JavaScript
Executable File

$(document).ready(function(){
$('.slider').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: $('.slider').data('arrows'),
autoplay:$('.slider').data('autoplay'),
dots:$('.slider').data('dots'),
fade:$('.slider').data('fade'),
speed: 1000,
autoplaySpeed:5000,
adaptiveHeight:false
});
});