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__: When swiping slider on mobile, browser leave warning in console: Unable to preventDefault inside passive event listener invocation. __Demo link/slider setting__: Default _Tiny-slider version_: 2.9.1 _Browser name &&...

__Issue description__: We're using LazySizes for lazy-loading images (although the same thing occurs when using Tiny Slider's built-in method) and until the images have all been loaded, or until the...

Hi, I am using the 'gallery' mode instead of the 'carousel'. I want to add a delay (between slides) for 2 or 3 seconds before going to the next or...

I saw in some other posts to add new slides you have to: destroy add edit or modify rebuild This is not possible. I'm triggering my destroying and rebuild on...

__Issue description__: autoplayHtmlStrings should be configurable _Tiny-slider version_: 2.9.4 _Browser name && version_: All, Any _OS name && version_: All, Any It is possible to define a node/selector where the...

__Issue description__: Following the docs, if I include the js file from the cdn (I downloaded that file from https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/min/tiny-slider.js), and then try to import it in a module as:...

__Issue description__: We have a carousel of 10 items, showing 4 at a time. All is fine using the nav buttons or going forwards with the Next button. But if...

__Issue description__: Error with the autowidth option when have one item, error: ``` tiny-slider.js:777 Uncaught TypeError: Cannot read property 'getBoundingClientRect' of undefined at stylesApplicationCheck (tiny-slider.js:777) at initSliderTransformStyleCheck (tiny-slider.js:780) at imgsLoadedCheck...

version 2.9.4 `let slideshows = document.querySelectorAll('.mycontainers'); if (slideshows.length) { [...slideshows].map( slideshow => { let defaultOptions = { container: slideshow } const slider = tns(defaultOptions); }); }`

Fixed warning message on build: "Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0."