Skip to content

Commit

Permalink
Update Testimonial.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alothemes committed Feb 20, 2021
1 parent 6d0527e commit 8a8fa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Widget/Testimonial.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 .= ', ';
}
Expand Down

0 comments on commit 8a8fa2c

Please sign in to comment.