home presentation, page site
This commit is contained in:
@@ -128,8 +128,33 @@ jQuery(document).ready(function($){
|
||||
}]
|
||||
});
|
||||
console.log('slick actu');
|
||||
});
|
||||
|
||||
// $(document).ready(function(){
|
||||
// $('.field--name-field-image > div:nth-child(2)').slick({
|
||||
// slidesToShow: 1,
|
||||
// slidesToScroll: 1,
|
||||
// dots: true,
|
||||
// arrows: false,
|
||||
// centerMode: true,
|
||||
// // centerPadding: '100px',
|
||||
// responsive: [
|
||||
// {
|
||||
// breakpoint: 810,
|
||||
// settings: {
|
||||
// slidesToShow: 1,
|
||||
// adaptiveHeight: true,
|
||||
// arrows: false,
|
||||
// draggable: true,
|
||||
// centerMode: true,
|
||||
// }
|
||||
// }]
|
||||
// });
|
||||
// console.log('slick site');
|
||||
|
||||
// });
|
||||
|
||||
|
||||
});
|
||||
|
||||
})(jQuery, window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user