Skip to content

Commit

Permalink
Disabled freeMode in slider widget
Browse files Browse the repository at this point in the history
  • Loading branch information
roma84 committed Dec 9, 2020
1 parent ea12935 commit d02ad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Widgets/Slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function getSwiperConfig()
$params = [
"slidesPerView" => $this->getVisibleSlides(),
"slidesToScroll" => 1,
"freeMode" => true,
"freeMode" => false,
"loop" => true,
'navigation' => [
'nextEl' => '.swiper-button-next',
Expand Down

0 comments on commit d02ad12

Please sign in to comment.