arrow resources
This commit is contained in:
@@ -180,6 +180,8 @@ jQuery(function($) {
|
||||
}]
|
||||
});
|
||||
console.log('salut slick home');
|
||||
|
||||
|
||||
$('.page-node-type-actualite .block-entity-fieldnodefield-images .field--type-image').slick({
|
||||
dots: true,
|
||||
arrows: true,
|
||||
@@ -193,6 +195,8 @@ jQuery(function($) {
|
||||
}]
|
||||
});
|
||||
console.log('salut slick actus');
|
||||
|
||||
|
||||
$('.page-node-type-projet .block-entity-fieldnodefield-photo .field--type-image').slick({
|
||||
slidesToShow: 1,
|
||||
dots: true,
|
||||
@@ -213,6 +217,7 @@ jQuery(function($) {
|
||||
slidesToShow: 3,
|
||||
dots: false,
|
||||
arrows: true,
|
||||
infinite: false,
|
||||
centerMode: false,
|
||||
// responsive: [
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user