update 16/01
This commit is contained in:
@@ -53,11 +53,13 @@ export default function ProductCategories() {
|
||||
modules={[Navigation, Pagination, Autoplay]}
|
||||
spaceBetween={24}
|
||||
slidesPerView={5}
|
||||
loop={categoryProducts[0].list?.length > 5}
|
||||
autoplay={{
|
||||
delay: 3000,
|
||||
disableOnInteraction: false,
|
||||
}}
|
||||
// loop={categoryProducts[0].list?.length > 5}
|
||||
loop={false}
|
||||
// autoplay={{
|
||||
// delay: 3000,
|
||||
// disableOnInteraction: false,
|
||||
// }}
|
||||
autoplay={false}
|
||||
navigation={{
|
||||
prevEl: '.custom-nav .swiper-button-prev',
|
||||
nextEl: '.custom-nav .swiper-button-next',
|
||||
|
||||
Reference in New Issue
Block a user