Virtus Honestas
Virtus Honestas

Reputation: 3

Responsive carousel with a custom horizontal scrollbar

I need to create carousel with a custom horizontal scrollbar Existing solutions suggests carousels with arrow/dots navigation Maybe anyone faced such a problem and can suggest some solution

Upvotes: 0

Views: 4322

Answers (1)

Jvitorfrancisco
Jvitorfrancisco

Reputation: 24

If you just need an carousel with scroll, you can make a carousel manually and use the property overflow-x: scroll.

I made an example, see if is something like that.

Here's the code: https://codepen.io/jvitorfrancisco/pen/BaQdKLG

Upvotes: 0

Related Questions