Skip to content

Commit

Permalink
📝 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Nov 14, 2022
1 parent dedef7e commit 441f06b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ const carousel = new FlickityResponsive('.carousel', {
prevArrow: undefined, // DOM element, jQuery element
nextArrow: undefined, // DOM element, jQuery element
responsiveNavigation: true, // Hide navigation elements if the slider is not slide-able

// indicator
indicatorZeroPad: false,
indicatorCurrent: undefined,
indicatorTotal: undefined,
});
```

Expand Down

0 comments on commit 441f06b

Please sign in to comment.