[9.0.08] labels responsive image
This commit is contained in:
parent
030af0f932
commit
45d1df85d2
@ -190,11 +190,11 @@ class theme extends common {
|
|||||||
'1170px' => 'Grande (1170 pixels)',
|
'1170px' => 'Grande (1170 pixels)',
|
||||||
'100%' => 'Fluide (100%)'
|
'100%' => 'Fluide (100%)'
|
||||||
];
|
];
|
||||||
public static $headerWide = [
|
public static $headerWide = [
|
||||||
'auto' => 'Automatique',
|
'auto auto' => 'Automatique',
|
||||||
'contain' => 'Image entière',
|
'contain' => 'Responsive (contain)',
|
||||||
'cover' => 'Largeur adaptée au fond',
|
'cover' => 'Responsive (cover)',
|
||||||
'100% 100%' => 'Taille adaptée au fond'
|
'100% 100%' => 'Image étirée',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user