🎨 style(liip_imagine): Ajuste la taille des miniatures et ajoute une animation au logo.

This commit is contained in:
Serreau Jovann
2026-01-22 22:10:13 +01:00
parent 753adedc86
commit e061df8901
2 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ liip_imagine:
format: 'webp'
filters:
strip: ~
thumbnail: { size: [ 99, 56 ], mode: inset }
thumbnail: { size: [120, 120], mode: inset }
product_card:
quality: 75
format: 'webp'

View File

@@ -84,8 +84,10 @@
{# Logo #}
<div class="flex-shrink-0 flex items-center">
<a href="{{ path('reservation') }}" class="flex items-center gap-2 group">
<img class="h-12 w-auto transition-transform group-hover:scale-105"
src="{{ asset('provider/images/favicon.png') | imagine_filter('logo') }}" width="48" height="48"
<img src="{{ asset('provider/images/favicon.png') | imagine_filter('logo') }}"
width="48"
height="48"
class="w-12 h-12 relative z-10 animate-pulse"
alt="Ludikevent">
<span class="text-2xl font-black tracking-tighter text-blue-600 uppercase">
{# Correction contraste : amber-500 -> amber-700 pour lisibilité sur blanc #}