mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +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
ee51d2890c
commit
2c4c99d00d
@ -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…
x
Reference in New Issue
Block a user