smartphone page programme
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user