Enable preloading for carousel images
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m55s

This commit is contained in:
Dominik Milacher 2025-10-15 13:33:32 +02:00
parent 64f4076b88
commit 661e371d91

View File

@ -51,7 +51,7 @@ function select(index: number) {
class="relative w-full"
@select="onSelect"
>
<NuxtImg :src="item" class="object-cover" alt="Bild"/>
<NuxtImg :src="item" class="object-cover" alt="Bild" preload/>
</UCarousel>
<!-- thumbnails -->