Skip to content

Commit

Permalink
[fix] swiper cycle invalid (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
weekdaycare authored Apr 6, 2024
1 parent 6f21c51 commit 511834d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_plugins/swiper.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
spaceBetween: 8,
centeredSlides: true,
effect: effect,
loop: true,
rewind: true,
pagination: {
el: '.swiper-pagination',
clickable: true,
Expand All @@ -23,4 +23,4 @@
})
}
});
</script>
</script>

0 comments on commit 511834d

Please sign in to comment.