Show full poster image with object-contain and max-height 350px
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
<h2 class="text-[10px] font-black uppercase tracking-widest text-white">Affiche</h2>
|
||||
</div>
|
||||
{% if event.eventMainPictureName %}
|
||||
<img src="{{ ('/uploads/events/' ~ event.eventMainPictureName) | imagine_filter('medium') }}" alt="{{ event.title }}" class="w-full h-[250px] object-cover">
|
||||
<img src="{{ ('/uploads/events/' ~ event.eventMainPictureName) | imagine_filter('medium') }}" alt="{{ event.title }}" class="w-full max-h-[350px] object-contain">
|
||||
{% else %}
|
||||
<div class="p-12 text-center bg-gray-50">
|
||||
<div class="text-4xl mb-4 opacity-30">📷</div>
|
||||
|
||||
Reference in New Issue
Block a user