Orkun Posted November 3, 2017 Share Posted November 3, 2017 Hi Guys Since I nearly always needed a Slider for my websites, I've searched for a Slider which I could use for every Project or better said for different scenarios. So It had to be a rich-feature, responsive and customizable Slider which could be adapted/changed hassle-free to different needs of customers. In the end I found this nice jQuery Slider Plugin called "Slider Pro" (don't worry, it is MIT licensed ) which I think fulfills all expectations above and it also works very well for me. Perhaps it is also useful for you. Github Link: https://github.com/bqworks/slider-pro/ PS: What kind of Sliders are you using for your projects? Do you build your Sliders from scratch? Greetings Nukro Link to comment Share on other sites More sharing options...
tpr Posted November 3, 2017 Share Posted November 3, 2017 Since in most projects I don't have jQuery I use Tiny Slider: https://github.com/ganlanyuan/tiny-slider 3 Link to comment Share on other sites More sharing options...
louisstephens Posted November 3, 2017 Share Posted November 3, 2017 I personally like slick.js . However, unheap.com is a good resource (some paid, some free). 1 Link to comment Share on other sites More sharing options...
tpr Posted November 3, 2017 Share Posted November 3, 2017 There's also lightgallery.js (has a jQuery version too): https://sachinchoolur.github.io/lightgallery.js/ Link to comment Share on other sites More sharing options...
Orkun Posted November 3, 2017 Author Share Posted November 3, 2017 @tpr On plainjs.com are many pure js sliders. Your Tiny Slider is also there: https://plainjs.com/javascript/search/?q=slider Link to comment Share on other sites More sharing options...
dragan Posted November 3, 2017 Share Posted November 3, 2017 (edited) @Nukro If you care about accessibility (and I think you should), stay away from Slider "Pro"... it's an accessibility nightmare. DIV-soup, no semantic markup, you can't navigate with keyboard, and screenreaders will most likely be confused. I'm a big fan of Slick. Highly configurable and lightweight. Edited November 3, 2017 by dragan re-phrasing / -wording 1 Link to comment Share on other sites More sharing options...
pwired Posted November 3, 2017 Share Posted November 3, 2017 jssor let's you setup anything you want. Link to comment Share on other sites More sharing options...
AndZyk Posted November 3, 2017 Share Posted November 3, 2017 Flickity is my favorite slider at the moment, but if you use a framework like UIkit, there usually is slideshow component. 1 Link to comment Share on other sites More sharing options...
maxf5 Posted November 3, 2017 Share Posted November 3, 2017 I am using owl carousel since many years and it never disappointed me. You can build some crazy shit with it. slick is great, too. some requirements for me are: lazy load for background-images and <img>, events, multiple synced sliders, smooth animations, touch & drag friendly Link to comment Share on other sites More sharing options...
titanium Posted November 3, 2017 Share Posted November 3, 2017 4 hours ago, dragan said: I'm a big fan of Slick. Highly configurable and lightweight. I once was a fan of slick too, but I do remember I had some problems with it - I wanted to build a fade transition and the images didn't cleanly cross-fade from a certain build on anymore (I think it was > version 1.5). I switched to Swiper (http://idangero.us/swiper/) since then. Link to comment Share on other sites More sharing options...
tpr Posted November 3, 2017 Share Posted November 3, 2017 There is no slider that fits for all, period An interesting one is CSS Fadeshow: https://github.com/alexerlandsson/css-fadeshow/blob/master/README.md 1 1 Link to comment Share on other sites More sharing options...
buster808 Posted May 16, 2019 Share Posted May 16, 2019 On 11/3/2017 at 1:45 PM, tpr said: Since in most projects I don't have jQuery I use Tiny Slider: https://github.com/ganlanyuan/tiny-slider Hi - have you used this with custom fields eg: repeater successfully? I have text slider using UIkit3 but can't get the auto height to work. Link to comment Share on other sites More sharing options...
tpr Posted May 16, 2019 Share Posted May 16, 2019 Yes, for example the main slider on top here. 1 Link to comment Share on other sites More sharing options...
Recommended Posts