mirror of
https://github.com/rikkaneko/paste.git
synced 2025-06-06 16:45:41 +00:00
Add lazy loading for image file
Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
1ccdab0f60
commit
e57f81e75c
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<img src="https://files.nekoul.com/pub/satanichia.png" class="rounded mx-auto d-block w-100"
|
||||
<img src="https://files.nekoul.com/pub/satanichia.png" class="rounded mx-auto d-block w-100" loading="lazy"
|
||||
alt="There should be a Satanichia ~" data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom" title="Satanichia is so cute >w<">
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue