Skip to content

Commit

Permalink
feat(carousel): fix scroll per page on responsive example
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlawton committed Feb 10, 2017
1 parent 1aa35c0 commit 5ea47b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play/index.js
Expand Up @@ -47,7 +47,7 @@ play("Carousel", module)
)
)
.add("responsive", h => createContainer(
h, containerWidth, [h(Carousel, { props: { perPageCustom: [[480, 3], [768, 4]], scrollPerPage: true } }, generateSlideImages(h))]
h, containerWidth, [h(Carousel, { props: { perPageCustom: [[480, 3], [768, 4]] } }, generateSlideImages(h))]
)
)
.add("autoplay", h => createContainer(
Expand Down

0 comments on commit 5ea47b1

Please sign in to comment.