jQuery - Page Component - Image Slideshow


/ Published in: jQuery
Save to your folder(s)

jQuery - Page Component - Image Slideshow


Copy this code and paste it in your HTML
  1. $(".slideshow").slick({
  2. dots: false,
  3. infinite: true,
  4. speed: 200,
  5. adaptiveHeight: true,
  6. //fade: true,
  7. prevArrow: '<div class="slick-prev"><i class="fa fa-angle-left fa-2x"></i>',
  8. nextArrow: '<div class="slick-next"><i class="fa fa-angle-right fa-2x"></i>'
  9. });

Report this snippet


Comments


You need to login to view comments.