We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14ee95 commit e1d47d7Copy full SHA for e1d47d7
1 file changed
README.md
@@ -3,8 +3,8 @@
3
A react headless carousel component: scrollable, and swipeable carousel, even on desktop, complete with snapping,
4
friction, rubber-banding and overscroll.
5
6
-<video width="320" height="240" controls>
7
- <source src="./public/carousel-overview-dark.mp4" type="video/mp4">
+<video width="320" height="240" controls autoplay loop muted>
+ <source src="https://github.com/daformat/react-headless-carousel/raw/refs/heads/main/public/carousel-overview-dark.mp4" type="video/mp4" >
8
</video>
9
10
## Demo
0 commit comments