Api: All images lazy load

Try to stop when lots of images block the rest of the rendering
This commit is contained in:
nathan 2023-06-15 09:27:59 -06:00
parent a98b895179
commit b83887d44a

View File

@ -121,6 +121,7 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID
src="${src}"
alt="${this.label}"
part="image"
loading="lazy"
title="${this.statustext || this.label}"
>`;
}