Skip to content

Commit

Permalink
glider fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhbelwadi committed May 22, 2024
1 parent ef65755 commit db773bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ new Glider(document.querySelector(".glider"), {
slidesToScroll: 1,
},
},
{
breakpoint: 500,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
},
},
],
});

Expand Down

0 comments on commit db773bc

Please sign in to comment.