Slider centerpadding

This commit is contained in:
AlxMedia 2022-09-10 12:19:21 +02:00
parent 33c96a8d47
commit bfebc5f09f

View file

@ -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
}
},