mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +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}
|
||||
width={width}
|
||||
height={height}
|
||||
loading="lazy"
|
||||
/>
|
||||
</figure>
|
||||
<div class="article-body">
|
||||
|
|
Loading…
Reference in a new issue