Skip to content

Commit

Permalink
Merge pull request #5495 from iArchitSharma/fixcarousel
Browse files Browse the repository at this point in the history
Carousal Fix
  • Loading branch information
iArchitSharma authored Apr 16, 2024
2 parents ccbbdb9 + 65ee7b4 commit 6508868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Home/Partners-home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const settings = {
initialSlide: 1,
lazyLoad: true,
arrows: false,
dots: true,
dots: false,
infinite: true,
speed: 500,
centerMode: true,
variableWidth: true,
autoplay: true,
autoplaySpeed: 2000,
autoplaySpeed: 1500,
className: "partner-slider",
responsive: [
{
Expand Down

0 comments on commit 6508868

Please sign in to comment.