-3

I wanna implement an infinite vertical and horizontal scrollable container to display a carousel of images in a nextjs project. Is there some way to achieve it?

1 Answers1

0

Apply tailwind css to your project. And use overflow-x, overflow-y and container to the div tag that contains the images.

https://tailwindcss.com/