@media actu
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user