-
When using
``
It will wait 3 seconds and have a completely empty screen before update is triggered and anything shows.
If I resize the window before 3 seconds everything updates.
Running
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Feature Request
I have …
-
Could you please include the required files to display the control panel to change the particle settings "on-the-fly"?
-
When the option `slidesToShow` is two and the option `slidesToScroll` is one, three slider dots are shown. Only two slider dots should be shown.
Here is an [example fiddle](http://jsfiddle.net/z3ft…
-
This is an issue about accessibility problems that are due to slick code structure and behaviors.
====================================================================
.slider :
* remove role="to…
-
Given a slider with 10 items, slidesToShow = 5, slidesToScroll = 3, and infinite = true,
When I reach the end of the slider (viewing items 07 08 09 10 01)
When I click the "Next" arrow
I see items 06 …
-
I'm using the SvelteKit workaround:
```svelte
let Carousel;
onMount(async () => {
const module = await import('svelte-carousel');
Carousel = module.default;
});
```
I'm also usi…
-
set rtl: true and set infinite:true will cause the "slick-active" wrong, the real active dom is the prev one.
the function "beforeChange" can not get oldIndex, oldIndex is undefined
-
Im getting this errror when use this library can someone help me fix this
Here is my code and script
`
…
-
> short description of the bug / issue, provide more detail below.
I have slick displaying projects on my portfolio page but I have to refresh the page to get slick to activate
https://sbrycebar…