@media actu

This commit is contained in:
2023-07-13 13:35:34 +02:00
parent 654fd62898
commit 640dfe0f44
3 changed files with 73 additions and 47 deletions
+14 -1
View File
@@ -175,7 +175,6 @@ jQuery(function($) {
{
breakpoint: 800,
settings: {
// centerPadding: '0',
adaptiveHeight: true
}
}]
@@ -184,6 +183,13 @@ jQuery(function($) {
$('.page-node-type-actualite .block-entity-fieldnodefield-images .field--type-image').slick({
dots: true,
arrows: false,
responsive: [
{
breakpoint: 800,
settings: {
adaptiveHeight: true
}
}]
});
console.log('salut slick actus');
$('.page-node-type-projet .block-entity-fieldnodefield-photo .field--type-image').slick({
@@ -192,6 +198,13 @@ jQuery(function($) {
arrows: false,
draggable: true,
adaptiveHeight: true,
responsive: [
{
breakpoint: 800,
settings: {
adaptiveHeight: true
}
}]
});
console.log('salut slick projets');
});