diff --git a/core/module/theme/lang/en/lex_theme.php b/core/module/theme/lang/en/lex_theme.php index 9b4787c..a6ab379 100644 --- a/core/module/theme/lang/en/lex_theme.php +++ b/core/module/theme/lang/en/lex_theme.php @@ -416,7 +416,7 @@ $imagePositions = [ ]; $swiperEffects =[ 'none' => 'Horizontal scrolling', - //'vertical' => 'Scroll vertically', + 'vertical' => 'Scroll vertically', 'fade' => 'fade', 'cube' => 'cube effect' ]; diff --git a/core/module/theme/lang/fr/lex_theme.php b/core/module/theme/lang/fr/lex_theme.php index 0657bae..b437f43 100644 --- a/core/module/theme/lang/fr/lex_theme.php +++ b/core/module/theme/lang/fr/lex_theme.php @@ -415,7 +415,7 @@ $imagePositions = [ ]; $swiperEffects =[ 'none' => 'Défilement horizontal', - //'vertical' => 'Défilement vertical', + 'vertical' => 'Défilement vertical', 'fade' => 'fondu', 'cube' => 'effet cube' ];