/ Published in: jQuery
jQuery - Page Component - Image Slideshow
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(".slideshow").slick({ dots: false, infinite: true, speed: 200, adaptiveHeight: true, //fade: true, prevArrow: '<div class="slick-prev"><i class="fa fa-angle-left fa-2x"></i>', nextArrow: '<div class="slick-next"><i class="fa fa-angle-right fa-2x"></i>' });