feat(liip_imagine/logo): Ajoute un filtre imagine pour le logo et l'utilise dans la base.

This commit is contained in:
Serreau Jovann
2025-11-21 20:01:49 +01:00
parent b28a852f16
commit 07cf9ac299
2 changed files with 7 additions and 1 deletions

View File

@@ -14,3 +14,9 @@ liip_imagine:
filters:
strip: ~
thumbnail: { size: [ 128, 128 ], mode: inset }
logo:
quality: 85
format: 'webp'
filters:
strip: ~
thumbnail: { size: [ 99, 56 ], mode: inset }