css home & sites pilotes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user