[9.0.08] labels responsive image

This commit is contained in:
fredtempez 2019-03-19 05:23:18 +01:00
parent 030af0f932
commit 45d1df85d2
1 changed files with 5 additions and 5 deletions

View File

@ -191,10 +191,10 @@ class theme extends common {
'100%' => 'Fluide (100%)'
];
public static $headerWide = [
'auto' => 'Automatique',
'contain' => 'Image entière',
'cover' => 'Largeur adaptée au fond',
'100% 100%' => 'Taille adaptée au fond'
'auto auto' => 'Automatique',
'contain' => 'Responsive (contain)',
'cover' => 'Responsive (cover)',
'100% 100%' => 'Image étirée',
];