[9.0.09] picture contain option

This commit is contained in:
fredtempez 2019-03-23 22:09:44 +01:00
parent 2ce51b6613
commit bc246f0c9b
1 changed files with 2 additions and 1 deletions

View File

@ -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'
];