[9.0.08] responsive header delete contain option
This commit is contained in:
parent
cf4ccbe50a
commit
2ed23f4cd2
@ -200,8 +200,8 @@ class theme extends common {
|
|||||||
];
|
];
|
||||||
public static $headerWide = [
|
public static $headerWide = [
|
||||||
'auto auto' => 'Automatique',
|
'auto auto' => 'Automatique',
|
||||||
'contain' => 'Responsive (contain)',
|
//'contain' => 'Responsive (contain)',
|
||||||
'cover' => 'Responsive (cover)',
|
'cover' => 'Responsive',
|
||||||
'100% 100%' => 'Image étirée',
|
'100% 100%' => 'Image étirée',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user