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?
Asked
Active
Viewed 996 times
-3
-
1Please provide enough code so others can better understand or reproduce the problem. – Community Jul 31 '22 at 14:19
1 Answers
0
Apply tailwind css to your project. And use overflow-x, overflow-y and container to the div tag that contains the images.

Abdelaziz El-emary
- 390
- 2
- 6