Skip to content

Commit 5ce8520

Browse files
authored
Merge pull request #1080 from codeRIT/bh-1079
Re-enabling carousel autoscroll
2 parents 0adb83d + 583b530 commit 5ce8520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(document).ready(function() {
4545
slidesToShow: 3,
4646
slidesToScroll: 2,
4747
cssEase: 'ease-in-out',
48-
autoplay: false,
48+
autoplay: true,
4949
autoplaySpeed: 2000,
5050
speed: 1000,
5151
responsive: [

0 commit comments

Comments
 (0)