From 57fbf83fa31c9b7a5dc215a9a03a579eeffd0596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Sat, 8 Jun 2024 23:07:36 +0200 Subject: [PATCH] fix: default value for slidesPerView --- templates/components/featured-products.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/components/featured-products.tpl b/templates/components/featured-products.tpl index fd4237b1..869556b1 100644 --- a/templates/components/featured-products.tpl +++ b/templates/components/featured-products.tpl @@ -23,10 +23,8 @@ {$sliderConfig = [ 'speed' => 500, + 'slidesPerView' => 2, 'breakpoints' => [ - '320' => [ - 'slidesPerView' => 2 - ], '768' => [ 'slidesPerView' => 3 ],