🎨 style(templates/about.twig): Utilise le filtre WebP pour les images de Shoko et Marta
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
</section>
|
||||
<div class="display w-full h-screen mb-12 hidden lg:block">
|
||||
<div class="display1"
|
||||
style="background-image: url('{{ asset('assets/images/shoko.jpg') }}');"
|
||||
style="background-image: url('{{ asset('assets/images/shoko.jpg') | imagine_filter('webp') }}');"
|
||||
title="{{'about_shoko_cosplay_title'|trans}}">
|
||||
<div class="image-text-overlay left">
|
||||
<p class="font-bold text-lg">ShokoCosplay</p>
|
||||
@@ -206,7 +206,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="display2"
|
||||
style="background-image: url('{{ asset('assets/images/marta.jpg') }}');"
|
||||
style="background-image: url('{{ asset('assets/images/marta.jpg') | imagine_filter('webp') }}');"
|
||||
title="{{'about_marta_cosplay_title'|trans}}">
|
||||
<div class="image-text-overlay right">
|
||||
<p class="font-bold text-lg">Marta Gator</p>
|
||||
|
||||
Reference in New Issue
Block a user