smartphone page programme

This commit is contained in:
armansansd
2021-09-02 21:12:22 +02:00
parent 87ae7fb4db
commit 5f1b37245e
6 changed files with 53 additions and 7 deletions

View File

@@ -51,6 +51,14 @@ $(function(){
slidesToScroll: 1,
centerMode: true,
centerPadding: '200px',
responsive: [
{
breakpoint: 800,
settings: {
centerPadding: '0',
adaptiveHeight: true
}
}]
});
}
@@ -60,6 +68,15 @@ $(function(){
centerMode: false,
centerPadding: '60px',
infinite: false,
responsive: [
{
breakpoint: 800,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
centerPadding: '0',
}
}]
});
if($(".path-actus").length > 0){