mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
Need lazy loading
This commit is contained in:
parent
1c5453cfb6
commit
4e53b1e17f
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ function Trending({ columnMode, ...props }) {
|
||||||
alt={imageDescription}
|
alt={imageDescription}
|
||||||
width={width}
|
width={width}
|
||||||
height={height}
|
height={height}
|
||||||
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
<div class="article-body">
|
<div class="article-body">
|
||||||
|
|
Loading…
Reference in a new issue