From 8a8fa2c13e15e397836fd7f3bd3e3b6494c6f7f1 Mon Sep 17 00:00:00 2001 From: Alex Dong Date: Sat, 20 Feb 2021 23:25:52 +0700 Subject: [PATCH] Update Testimonial.php --- Block/Widget/Testimonial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block/Widget/Testimonial.php b/Block/Widget/Testimonial.php index 180365a..9ca192a 100755 --- a/Block/Widget/Testimonial.php +++ b/Block/Widget/Testimonial.php @@ -68,7 +68,7 @@ protected function _construct() $num = count($breakpoints); foreach ($breakpoints as $size => $opt) { $item = (int) $data[$opt]; - $responsive .= '{"breakpoint": "'.$size.'", "settings": {"slidesToShow": "'.$item.'"}}'; + $responsive .= '{"breakpoint": '.$size.', "settings": {"slidesToShow": '.$item.'}}'; $num--; if($num) $responsive .= ', '; }