Skip to content

Commit

Permalink
Add prop to ImageCarousel to allow better scrolling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Magnuson committed Dec 10, 2023
1 parent 4b52586 commit 3f42f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/image-carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function ImageCarousel() {
interval={5000}
stopOnHover
emulateTouch
preventMovementUntilSwipeScrollTolerance
>
{carouselItems}
</Carousel>
Expand Down

0 comments on commit 3f42f5b

Please sign in to comment.