tiny-slider icon indicating copy to clipboard operation
tiny-slider copied to clipboard

Vanilla javascript slider for all purposes.

Results 172 tiny-slider issues
Sort by recently updated
recently updated
newest added

Is this normal behaviour when I set freezable to false? https://codepen.io/papazetis/pen/qBLzbxx I am expecting slides to be repeated when the I have 3 items and "items" is set to 3

__Issue description__: autoWidth breaks the slider. It makes my slider think there is only 1 slide so the next/previous doesnt work (and the builtin controls simply dont happen.) __Demo link/slider...

__Issue description__: On row 124 & 136 in tiny-slider.scss there's / for division outside calc() I guess those two lines should be removed since they're correct on line 127 &...

I can't get the edgePadding working on a slider with vertical axis, if I add an edgePadding of 50 it adds whitespace on the bottom only, but slides are cut...

This adds an additional class to each active slide in the form of `tns-slide-active-[nth]` where `[nth]` is the counted up from the first active slide. E.g., if 3 slides are...

How do i add an a tag to my images in tiny slidert

__Issue description__: **[Since last commit]**, loop option doesn't make the slider infinite. Come to last stable version fix the issue. __Demo link/slider setting__: ```javascript var slider = tns({ container: '.js-carousel-home',...

__Issue description__: There is no way to refresh gutter and edgepadding after build. We have a complex calculation for edge and gutter in order to line up with content above...

Using htmx with django template engine. Tiny slider works well without htmx but with htmx it doesn't work well. live link can be seen on - [https://timenewsbd.net/news-filters/](https://timenewsbd.net/news-filters/) Using latest tiny...

__Issue description__: tiny-slider cannot be imported dynamically in Javascript, by adding export before var tns = ... this problem can be solved. __Demo link/slider setting__: _Tiny-slider version_: _Browser name &&...