I currently work on a hike planing app for a client and on the filter result list i sometimes receive more than 100 entries back (depending on the filters), which than have sometimes up to 20 images or so.. Those images are displayed in a image slider problem is, that neither the image element within the image slider or the basic image element seem to lazy load images. all images from what i see are eagerly loaded which downloads in my case sometimes 100mb of images.. can anybody check if this is a me problem or if this also happens on your projects?