mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-24 01:35:35 +02:00
fix pictures clipping and thus being displayed in a 9/20 aspect ratio
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<source srcset="{apiUrl}/static/image/{media.id}.webp" type="image/webp" />
|
||||
<img
|
||||
alt="{getFullyQualifiedMediaName(media)}'s Poster Image"
|
||||
class="aspect-9/16 center h-auto w-full rounded-lg object-cover"
|
||||
class="h-full w-full rounded-lg object-cover"
|
||||
src="{apiUrl}/static/image/{media.id}.jpeg"
|
||||
/>
|
||||
</picture>
|
||||
|
||||
Reference in New Issue
Block a user