2017-25 © Pedro Peláez
 

typo3-flow-plugin neos-slickslider

jQuery slick slider based on http://kenwheeler.github.io/slick/

image

kss/neos-slickslider

jQuery slick slider based on http://kenwheeler.github.io/slick/

  • Monday, December 5, 2016
  • by KSS
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Neos Slick Slider

For detailed information see: http://kenwheeler.github.io/slick/, (*1)

You can define different amount of slides etc. per breakpoint. On the "dev" tab in the inspector, add the following code snipped to create two break points at 960px and 639px.
Example for responsive settings:, (*2)

[
    {
        "breakpoint": 960,
        "settings": {
            "slidesToShow": 1,
            "slidesToScroll": 1
        }
    },  
    {
        "breakpoint": 639,
        "settings": {
            "slidesToShow": 1,
            "slidesToScroll": 1
        }
    }
]

Keep in mind that option "# of slides to show" and "# slides to scroll" are for any bigger viewport than the one defined in responsive, (*3)

The Versions

05/12 2016

dev-master

9999999-dev

jQuery slick slider based on http://kenwheeler.github.io/slick/

  Sources   Download

GPL-3.0+

The Requires

 

05/12 2016

1.0.2

1.0.2.0

jQuery slick slider based on http://kenwheeler.github.io/slick/

  Sources   Download

GPL-3.0+

The Requires

 

02/12 2016

1.0.1

1.0.1.0

jQuery slick slider based on http://kenwheeler.github.io/slick/

  Sources   Download

GPL-3.0+

The Requires

 

30/11 2016

1.0.0

1.0.0.0

jQuery slick slider based on http://kenwheeler.github.io/slick/

  Sources   Download

GPL-3.0+

The Requires