Pad content to footer, better handle carousel
Some checks are pending
Build and Deploy to Web Server / deploy (push) Has started running

This commit is contained in:
2025-08-21 16:19:18 +09:30
parent e790264b99
commit a37051afce
5 changed files with 51 additions and 43 deletions

View File

@@ -43,8 +43,8 @@ const IDs: string[] = [];
const imagesArray = shuffle ? shuffleArray(images) : images;
---
<div class:list={[className]}>
<div class="relative h-full w-full overflow-hidden">
<div class:list={[className, "relative overflow-hidden"]}>
<div>
<div class:list={[backgroundColour, backgroundOpacity, "absolute inset-0"]}>
</div>
@@ -85,9 +85,8 @@ const imagesArray = shuffle ? shuffleArray(images) : images;
/>
)
}
<slot />
</div>
<slot />
</div>
<script define:vars={{ imagesArray, interval, IDs }}>