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

@@ -85,6 +85,7 @@ export const GridCard: React.FC<ICardProps> = (props: ICardProps) => {
if (props.interactiveHeatmap) {
return (
<img
loading="lazy"
src={props.interactiveHeatmap}
alt="interactive heatmap"
className="interactive-heatmap"