Lazy load virtual pet image
This commit is contained in:
parent
66629d4d31
commit
83cab21825
|
@ -55,7 +55,7 @@ eleventyComputed:
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<h2>Virtual Pets</h2>
|
<h2>Virtual Pets</h2>
|
||||||
<p>Feel free to check out my virtual pets and feed them!</p>
|
<p>Feel free to check out my virtual pets and feed them!</p>
|
||||||
<a href="https://tamanotchi.world/13150c"><img src="https://tamanotchi.world/i2/13150" alt="It's tamaNOTchi! Click to feed!"></a>
|
<a href="https://tamanotchi.world/13150c"><img src="https://tamanotchi.world/i2/13150" alt="It's tamaNOTchi! Click to feed!" loading="lazy"></a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
|
|
Loading…
Reference in New Issue