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 = [
|
||||
'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'
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user