mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Lazy load images (#4228)
* Add lazy loading for many images * Load sprites on first hover of scrubber
This commit is contained in:
@@ -87,6 +87,7 @@ export const SceneListTable: React.FC<ISceneListTableProps> = (
|
||||
<td>
|
||||
<Link to={sceneLink}>
|
||||
<img
|
||||
loading="lazy"
|
||||
className="image-thumbnail"
|
||||
alt={title}
|
||||
src={scene.paths.screenshot ?? ""}
|
||||
|
||||
Reference in New Issue
Block a user