responsive slide site home
This commit is contained in:
@@ -141,17 +141,20 @@ jQuery(document).ready(function($){
|
||||
centerMode: true,
|
||||
adaptiveHeight: true,
|
||||
// centerPadding: '100px',
|
||||
autoplay: true,
|
||||
autoplaySpeed: 5000,
|
||||
// autoplay: true,
|
||||
// autoplaySpeed: 5000,
|
||||
responsive: [
|
||||
{
|
||||
breakpoint: 810,
|
||||
settings: {
|
||||
slidesToShow: 1,
|
||||
adaptiveHeight: true,
|
||||
// adaptiveHeight: false,
|
||||
dots: false,
|
||||
arrows: false,
|
||||
draggable: true,
|
||||
centerMode: true,
|
||||
centerPadding: '15px',
|
||||
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user