css home & sites pilotes

This commit is contained in:
2024-06-18 23:55:49 +02:00
parent a668919637
commit fa20453ef8
47 changed files with 6244 additions and 220 deletions
+28
View File
@@ -79,3 +79,31 @@ jQuery(document).ready(function($){
});
// slideshow home
(function($, window) {
console.log('hello slick')
$(document).ready(function(){
$('.view-display-id-block_1').slick({
slidesToShow: 1,
// slidesToScroll: 1,
dots: true,
arrows: true,
centerMode: true,
// centerPadding: '100px',
responsive: [
{
breakpoint: 810,
settings: {
slidesToShow: 1,
adaptiveHeight: true,
arrows: false,
draggable: true,
centerMode: true,
}
}]
});
console.log('salut slick home');
});
})(jQuery, window);