responsive slide site home

This commit is contained in:
2025-10-14 11:19:01 +02:00
parent be2bfe2ae8
commit c4d85da843
4 changed files with 52 additions and 16 deletions
+6 -3
View File
@@ -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',
}
}]
});