From bc246f0c9b748f6ad41c563205ab71f716eb824e Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 23 Mar 2019 22:09:44 +0100 Subject: [PATCH] [9.0.09] picture contain option --- core/module/theme/theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index e05c7ca8..685f7681 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -187,6 +187,7 @@ class theme extends common { public static $sizes = [ 'auto' => 'Automatique', 'cover' => 'Responsive', + 'contain' => 'Taille réelle', '100% 100%' => 'Image étirée' ]; public static $textTransforms = [ @@ -203,8 +204,8 @@ class theme extends common { ]; public static $headerWide = [ 'auto auto' => 'Automatique', - //'contain' => 'Responsive (contain)', 'cover' => 'Responsive', + 'contain' => 'Taille réelle', '100% 100%' => 'Image étirée' ];