Skip to content

Commit

Permalink
fix: default value for slidesPerView
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Jun 8, 2024
1 parent 70c80ff commit 57fbf83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/components/featured-products.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@

{$sliderConfig = [
'speed' => 500,
'slidesPerView' => 2,
'breakpoints' => [
'320' => [
'slidesPerView' => 2
],
'768' => [
'slidesPerView' => 3
],
Expand Down

0 comments on commit 57fbf83

Please sign in to comment.