Fix image lazy loading for Firefox (#3264)

This commit is contained in:
anewuser
2023-12-18 13:20:23 -03:00
committed by GitHub
parent 49d4e58f6e
commit 5781599e9b
7 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
<div class="flex flex-col flex-justify-between">
<router-link :to="props.item.url">
<div class="my-4 flex justify-center">
<img class="aspect-square w-[50%] rounded-full" :src="props.item.thumbnail" loading="lazy" />
<img loading="lazy" class="aspect-square w-[50%] rounded-full" :src="props.item.thumbnail" />
</div>
<p>
<span v-text="props.item.name" />