mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
fix: img attribute
add loading/decoding/fetchpriority remove alt for decorative images
This commit is contained in:
@@ -61,7 +61,10 @@
|
||||
<img
|
||||
id="background-image"
|
||||
src="{{ . }}"
|
||||
alt="Background Image"
|
||||
alt=""
|
||||
loading="eager"
|
||||
decoding="async"
|
||||
fetchpriority="high"
|
||||
class="absolute inset-0 w-full h-full object-cover">
|
||||
<div
|
||||
class="absolute inset-0 bg-gradient-to-t from-neutral dark:from-neutral-800 to-transparent mix-blend-normal"></div>
|
||||
|
||||
Reference in New Issue
Block a user