tweak padding

This commit is contained in:
2025-11-14 14:51:05 +13:00
parent 67cf780043
commit c9dfd98280
2 changed files with 2 additions and 2 deletions

View File

@@ -70,4 +70,4 @@ const getImageLink = async (record: any) => {
<!-- Hidden element to pass server data to client -->
<div class="hidden" id="carousel-data">{JSON.stringify(photos)}</div>
<img id="carousel-img" class="rounded-lg w-full h-full object-cover" src={ pb.files.getURL(photos[0], photos[0].image) } />
<img id="carousel-img" class="rounded-lg w-full max-h-screen object-contain" src={ pb.files.getURL(photos[0], photos[0].image) } />