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 committed by ralf
parent ee51d2890c
commit 2c4c99d00d

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}"
>`;
}