mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Api: All images lazy load
Try to stop when lots of images block the rest of the rendering
This commit is contained in:
parent
a98b895179
commit
b83887d44a
@ -121,6 +121,7 @@ export class Et2Image extends Et2Widget(SlotMixin(LitElement)) implements et2_ID
|
|||||||
src="${src}"
|
src="${src}"
|
||||||
alt="${this.label}"
|
alt="${this.label}"
|
||||||
part="image"
|
part="image"
|
||||||
|
loading="lazy"
|
||||||
title="${this.statustext || this.label}"
|
title="${this.statustext || this.label}"
|
||||||
>`;
|
>`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user