fix: img attribute

add loading/decoding/fetchpriority

remove alt for decorative images
This commit is contained in:
ZhenShuo Leo
2025-09-18 13:42:22 +08:00
parent e6968d877f
commit 9eebb5b2aa
8 changed files with 21 additions and 10 deletions
@@ -84,7 +84,7 @@
<div class="overflow-hidden rounded-md h-36 md:h-56 lg:h-72 nozoom">
<img
src="{{ . }}"
alt="{{ $.Title }}"
alt=""
loading="eager"
decoding="async"
fetchpriority="high"
@@ -98,7 +98,10 @@
<img
id="background-image-main"
src="{{ . }}"
alt="Background Image"
alt=""
loading="eager"
decoding="async"
fetchpriority="high"
class="absolute inset-0 h-full w-full object-cover">
{{ end }}
<div