Lazy load images (#4228)

* Add lazy loading for many images
* Load sprites on first hover of scrubber
This commit is contained in:
WithoutPants
2023-10-23 16:52:56 +11:00
committed by GitHub
parent 87bdbb2058
commit 298f3d4e19
18 changed files with 72 additions and 11 deletions

View File

@@ -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 ?? ""}