This commit is contained in:
Chung Pham 2020-08-24 16:49:46 +07:00
parent 8851716ddc
commit 35d5601a75
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
'slideToClickedSlide' => true,
'touchRatio' => 0.2,
'loop' => false,
'breakpoints' => [ 1024 => [ "slidesPerView" => 5 ], 768 => [ "slidesPerView" => 3 ] ],
'breakpoints' => [ 1024 => [ "slidesPerView" => 5 ], 768 => [ "slidesPerView" => 3 ], 0 => [ "slidesPerView" => 3 ] ],
'navigation' => [
'nextEl' => '.swiper-button-next',
'prevEl' => '.swiper-button-prev',