Skip to content

Commit

Permalink
JS for sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
shw97 committed May 5, 2019
1 parent 9fc3b3b commit 91e2152
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/js/slider.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
$(document).on('ready', function() {

// $(".single-item").slick({
// dots: true,
// vertical: false,
// centerMode: true,
// });
// $('.one-time').slick({
// dots: true,
// infinite: true,
// speed: 300,
// slidesToShow: 1,
// adaptiveHeight: true
// });
$(".single-item").slick({
vertical:false,
dots:true
});
});

0 comments on commit 91e2152

Please sign in to comment.