forked from ZwiiCMS-Team/ZwiiCMS
[9.0.09] picture contain option
This commit is contained in:
parent
2ce51b6613
commit
bc246f0c9b
@ -187,6 +187,7 @@ class theme extends common {
|
|||||||
public static $sizes = [
|
public static $sizes = [
|
||||||
'auto' => 'Automatique',
|
'auto' => 'Automatique',
|
||||||
'cover' => 'Responsive',
|
'cover' => 'Responsive',
|
||||||
|
'contain' => 'Taille réelle',
|
||||||
'100% 100%' => 'Image étirée'
|
'100% 100%' => 'Image étirée'
|
||||||
];
|
];
|
||||||
public static $textTransforms = [
|
public static $textTransforms = [
|
||||||
@ -203,8 +204,8 @@ class theme extends common {
|
|||||||
];
|
];
|
||||||
public static $headerWide = [
|
public static $headerWide = [
|
||||||
'auto auto' => 'Automatique',
|
'auto auto' => 'Automatique',
|
||||||
//'contain' => 'Responsive (contain)',
|
|
||||||
'cover' => 'Responsive',
|
'cover' => 'Responsive',
|
||||||
|
'contain' => 'Taille réelle',
|
||||||
'100% 100%' => 'Image étirée'
|
'100% 100%' => 'Image étirée'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user