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
+6 -4
View File
@@ -7,10 +7,10 @@ import usePersianDate from "~/composables/global/usePersianDate";
// meta
useSeoMeta({
title: "نتیجه تراکنش",
description : "",
keywords : ""
})
title: "نتیجه تراکنش",
description: "",
keywords: "",
});
definePageMeta({
layout: "none",
@@ -91,6 +91,8 @@ const statusTitle = computed(() => {
class="aspect-square w-[220px] md:w-[280px] lg:w-[320px] absolute -top-[70px] md:-top-[110px] lg:-top-[138px] left-1/2 -translate-x-1/2 z-10 [filter:_drop-shadow(0px_4px_20px_rgba(0, 0, 0, 0.15))]"
src="/img/heymlz/heymlz-seat.gif"
:class="statusVariants.hue_deg"
loading="lazy"
fetch-priority="low"
/>
<div