Enable preloading for carousel images
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m55s
All checks were successful
Build and deploy updated apps / Build & deploy (push) Successful in 1m55s
This commit is contained in:
parent
64f4076b88
commit
661e371d91
@ -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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user