Skip to content

Commit

Permalink
enable dots in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcunha committed Mar 22, 2017
1 parent 9e02edd commit f1c9652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $('#staff-member-carousel').slick({
infinite: false,
useTransform: true,
slidesToShow: 3,
dots: true,
slidesToScroll: 3,
cssEase: 'ease-in-out',
responsive: [
Expand All @@ -10,8 +11,7 @@ $('#staff-member-carousel').slick({
settings: {
slidesToShow: 3,
slidesToScroll: 3,
infinite: true,
dots: true
infinite: true
}
},
{
Expand Down

0 comments on commit f1c9652

Please sign in to comment.