Add priority and lazy loading to some images

This commit is contained in:
marzban-dev
2025-09-09 10:45:27 +03:30
parent 8a498147e1
commit 4a21072e54
28 changed files with 192 additions and 132 deletions
+5
View File
@@ -214,6 +214,9 @@ onUnmounted(() => {
<NuxtImg
v-else
preload
loading="eager"
fetch-priority="high"
class="absolute inset-0 size-full object-cover"
:src="slide.image!"
:alt="slide.title"
@@ -265,6 +268,8 @@ onUnmounted(() => {
filter: 'drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4))',
}"
src="/img/heymlz/heymlz-seat.gif"
loading="lazy"
fetch-priority="low"
/>
<Button