Skip to content

Commit

Permalink
your issue is solved you may check
Browse files Browse the repository at this point in the history
  • Loading branch information
Khwa678 committed Aug 8, 2024
1 parent f924fe7 commit 6827a94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/UI/Testimonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ const Testimonial = ({ feedbacks = [] }) => {
const settings = {
dots: false,
autoplay: true,
speed: 500,
autoplaySpeed: 2000,
speed: 1000,
autoplaySpeed: 5000,
cssEase: "linear",
infinite: true,
swipeToSlide: true,
slidesToShow: 3,
slidesToScroll: 1,
slidesToShow: 4,
slidesToScroll: 3,
responsive: [
{
breakpoint: 100,
settings: {
slidesToShow: 2,
slidesToShow: 9,
},
},
{
Expand Down

0 comments on commit 6827a94

Please sign in to comment.