Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

coders-market/KSS.Neos.SlickSlider

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neos Slick Slider

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.