mirror of
https://ghproxy.net/https://github.com/AlxMedia/microtype.git
synced 2025-08-27 01:06:46 +08:00
Slider centerpadding
This commit is contained in:
parent
33c96a8d47
commit
bfebc5f09f
1 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ jQuery(document).ready(function($) {
|
|||
settings: {
|
||||
arrows: true,
|
||||
centerMode: true,
|
||||
centerPadding: '60px',
|
||||
centerPadding: '100px',
|
||||
slidesToShow: 1
|
||||
}
|
||||
},
|
||||
|
@ -139,7 +139,7 @@ jQuery(document).ready(function($) {
|
|||
settings: {
|
||||
arrows: true,
|
||||
centerMode: true,
|
||||
centerPadding: '60px',
|
||||
centerPadding: '100px',
|
||||
slidesToShow: 1
|
||||
}
|
||||
},
|
||||
|
@ -148,7 +148,7 @@ jQuery(document).ready(function($) {
|
|||
settings: {
|
||||
arrows: true,
|
||||
centerMode: true,
|
||||
centerPadding: '40px',
|
||||
centerPadding: '60px',
|
||||
slidesToShow: 1
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue