Skip to content

Commit

Permalink
Merge pull request #2005 from kobizz/release/1.5.4
Browse files Browse the repository at this point in the history
Release/1.5.4
  • Loading branch information
KingYes committed Jul 13, 2017
2 parents 4ddc7a0 + 781fcf7 commit 379c6b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/dev/js/frontend/handlers/image-carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ ImageCarouselHandler = HandlerModule.extend( {
rtl: 'rtl' === elementSettings.direction,
responsive: [
{
breakpoint: 767,
breakpoint: 768,
settings: {
slidesToShow: +elementSettings.slides_to_show_tablet || ( isSingleSlide ? 1 : 2 ),
slidesToScroll: 1
}
},
{
breakpoint: 480,
breakpoint: 481,
settings: {
slidesToShow: +elementSettings.slides_to_show_mobile || 1,
slidesToScroll: 1
Expand Down
4 changes: 2 additions & 2 deletions assets/js/frontend.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 379c6b2

Please sign in to comment.