sly icon indicating copy to clipboard operation
sly copied to clipboard

JavaScript library for one-directional scrolling with item based navigation support.

Results 82 sly issues
Sort by recently updated
recently updated
newest added

``` jQuery(function ($) { 'use strict'; (function () { let $frame = $('#adotRewordoneperframe'); var $wrap = $frame.parent(); // Call Sly on frame $frame.sly({ horizontal: 1, itemNav: 'forceCentered', smart: 1, activateMiddle:...

Hello, I think sly.js is worried about calculating the to give the exact number. I currently have a pagination with 12 elements. - On desktop, I have 6 dots. -...

I have really **ordinary initialization** and logic on Sly, but gotten annoying issue, which I can't solve without hacking into the Sly itself. ``` javascript var slyOptions = { horizontal:...

I would like the scrollbar to be automatically hidden when there is not enougth items to scroll. Is this possible? My code -> [Carousel.txt](https://github.com/darsain/sly/files/6492658/Carousel.txt)

I use the horizontal centered slider but i don´t find the option to change the start position to 1. where do I have to insert this? Please help!

Hi, I am implementing this carousel using sly joomla plugin, but the issue I cannot find the way to add big chevron expand arrow on the left and right of...

There is a small typo in dist/sly.js, src/sly.js. Should read `single` rather than `signle`.

I'm not sure if this is a bug or not, so I'd really appreciate if anyone could tell me why my Sly init method is triggering the following browser console...

The plugin is very good. I would like to see it in pure javascript. Will it be possible?

Hello, I seek at the end of the scrolling of a page to recover the index of the current page on which is positioned the slider to trigger integrate additional...