mirror of
https://github.com/ceratic/MediaCollectorLibary.git
synced 2026-05-13 23:56:46 +02:00
actor sync
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
{% for game in games %}
|
||||
<div class="bg-white rounded-lg shadow-md border border-gray-200 overflow-hidden h-full">
|
||||
{% if game.image_url %}
|
||||
<div class="relative aspect-[3/4] overflow-hidden">
|
||||
<div class="relative {{ game.cover_aspect_ratio ? 'aspect-custom' : 'aspect-[3/4]' }} overflow-hidden"{% if game.cover_aspect_ratio %} style="padding-bottom: {{ (1 / game.cover_aspect_ratio) * 100 }}%;"{% endif %}>
|
||||
<img src="/images/playnite/{{ game.image_url }}" alt="{{ game.title }}" class="w-full h-full object-cover">
|
||||
</div>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user