-
synced the tab and tab content with the below config
tab.slick({
infinite: true,
slidesToShow: 1,
slidesToScroll: 1,
initialSlide: 1,
asNavFor: '#tab-content-carous…
-
Relevant forum thread:
http://www.flexicontent.org/forum/71-flexicontent-universal-module-core/55461-how-to-make-carousel-infinite.html
-
When linking 2 non infinite carousels together with asNavFor I am experiencing issues with the next/ prev navigation on one of the carousels.
#
http://codepen.io/jasjc/pen/GZxgXx
#
#### Steps to re…
jasjc updated
6 years ago
-
var settings = {
accessibility: false,
dots: false,
arrows: false,
infinite: true,
slidesToShow: 3,
slidesToScroll: 1,
autoplay: true…
-
**Describe the bug**
I've add the `react-carousel` and the `@types` package to my typescript project.
I've implemented the carousel as follows:
```
import React, { FC } from "react";
import C…
-
-
**Prerequisite**
My client asked for a very specific kind of carousel and after trying multiple ones, this is the best one I've found so far! Awesome job!
**Describe the bug**
Slider suddenly j…
-
I have a problem with nuxt:
If I use two carousel into one page, I get this error
`you may have an infinite update loop in a component render function`
And the first carousel doesn't have correct…
-
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate.
### Reproduction link
[![Edit on CodeSandbox](https…
-
When setting up the Slick carousel with the preset below width get's calculated in a wrong way. Setting infinite to false solves the problem. It's only visible when the number of slides is equal to th…