kss/neos-slickslider

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

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Language:JavaScript

Type:typo3-flow-plugin

1.0.2 2016-12-05 14:57 UTC

This package is not auto-updated.

Last update: 2024-04-27 23:20:57 UTC


README

For detailed information see: http://kenwheeler.github.io/slick/

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:

[
	{
		"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