From b5e9fc06391ebbff44daac9e1ced1d9c5d15c0bb Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 7 May 2019 19:01:49 +0200 Subject: [PATCH] [9.1.01] supprimer responsive dans theme body --- core/module/theme/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 948ed776..305fbdab 100755 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -186,7 +186,7 @@ class theme extends common { '16px' => '16 pixels' ]; public static $sizes = [ - 'cover' => 'Responsive', + // 'cover' => 'Responsive', // 'contain' => 'Responsive (contain)', 'auto auto' => 'Automatique', '100% 100%' => 'Image étirée'