Skip to content

Commit

Permalink
Update A.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarroy authored Aug 26, 2023
1 parent 2e31a36 commit 890d411
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion A.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var swiper = new Swiper(".home-slider", {
effect: "coverflow",
grabCursor: true,
centeredSlides: true,
slidesPerView: "auto",
slidesPerView: "auto",
coverflowEffect: {
rotate: 0,
stretch: 0,
Expand Down Expand Up @@ -45,3 +45,5 @@ var swiper = new Swiper(".home-slider", {
disableOnInteraction:false,
}
});


0 comments on commit 890d411

Please sign in to comment.