rétablissement bannière verticale dans lang

This commit is contained in:
SylvainLelievre 2023-02-15 09:18:31 +01:00
parent c72914a0c7
commit 88018e4ee8
2 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ $imagePositions = [
]; ];
$swiperEffects =[ $swiperEffects =[
'none' => 'Horizontal scrolling', 'none' => 'Horizontal scrolling',
//'vertical' => 'Scroll vertically', 'vertical' => 'Scroll vertically',
'fade' => 'fade', 'fade' => 'fade',
'cube' => 'cube effect' 'cube' => 'cube effect'
]; ];

View File

@ -415,7 +415,7 @@ $imagePositions = [
]; ];
$swiperEffects =[ $swiperEffects =[
'none' => 'Défilement horizontal', 'none' => 'Défilement horizontal',
//'vertical' => 'Défilement vertical', 'vertical' => 'Défilement vertical',
'fade' => 'fondu', 'fade' => 'fondu',
'cube' => 'effet cube' 'cube' => 'effet cube'
]; ];