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

__Issue description__: slides are lowering google insights score because of Accessibility, is it possible to avoid using [aria-*] attributes ? same thing for buttons, they don't have an aria label...

__Dots__: __nav options not working__: I am using this plugin for my project, but it is not working as I expected.

__Issue description__: I'm using mostly default css/js settings without any extras. I've run into two small visual issues. 1) If you click through the "next" button till the end, the...

__Issue description__: import '../node_modules/tiny-slider/src/tiny-slider.scss'; triggers Webpack error Compiled with problems: × WARNING in ./node_modules/tiny-slider/src/tiny-slider.scss (./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/tiny-slider/src/tiny-slider.scss) Module Warning (from ./node_modules/sass-loader/dist/cjs.js): Deprecation Using / for division outside of calc() is deprecated and...

i am sorry i just wanna ask if this tiny slider. the navigation or dots can be placed customized like at the corner top like this one ![image](https://github.com/ganlanyuan/tiny-slider/assets/108790919/470a9aa2-462e-4c1f-95fd-3106998e2962)

__Issue description__: There appears to be an issue with Tiny Slider where if you define a bigger number of items in a responsive breakpoint, then slides are duplicated to fill...

This is a fix for the issue here: https://github.com/ganlanyuan/tiny-slider/issues/497 In some cases, the slider is unable to get a parent width, in which case it iterates upward trying to find...

preventScrollOnTouch is defined twice in the file causing an error when used in a Typescript project

__Issue description__: When a user clicks on a slide, I am toggling a class that shows the slide with a "selected" style using a modifier class on the slide. This...

Hi, is it possible to customize the method to rotate the carousel with the mouse scroll ? I searched through the demo and documentation, didn't see anything except for mouseDrag...