mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01: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}"
|
||||
alt="${this.label}"
|
||||
part="image"
|
||||
loading="lazy"
|
||||
title="${this.statustext || this.label}"
|
||||
>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user