From 45d1df85d2ea2675548bd1fb088209eef42cfffa Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 19 Mar 2019 05:23:18 +0100 Subject: [PATCH] [9.0.08] labels responsive image --- core/module/theme/theme.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index bf6b2fba..a76a3168 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -190,11 +190,11 @@ class theme extends common { '1170px' => 'Grande (1170 pixels)', '100%' => 'Fluide (100%)' ]; - public static $headerWide = [ - 'auto' => 'Automatique', - 'contain' => 'Image entière', - 'cover' => 'Largeur adaptée au fond', - '100% 100%' => 'Taille adaptée au fond' + public static $headerWide = [ + 'auto auto' => 'Automatique', + 'contain' => 'Responsive (contain)', + 'cover' => 'Responsive (cover)', + '100% 100%' => 'Image étirée', ];