Is it possible to apply the Eager-option to all images at once?
It’s kinda frustrating to do it for every single one. I have the same image multiple times across my Website and I think if I load only one at the beginning, all the instances will load. But it can happen pretty easily to forget one single image…
Native Lazy loading is a browser feature, not a Webflow specific one, and yes, it works on exported sites. There is no reason to load everything in eager mode. The eager option should be used for assets that need to be visible as fast as possible, like your logo, a hero image, etc…
I agree there a re many instances where lazy loading doesn’t make sense when animations and interactions are involved. I’d love to have a default switch for all images on the site as well. For now there is none.
Yes exactly. In animations and interactions it should be loaded or atleast when the interaction trigger is in view that it loads then. I know it would be very complicated technically because of display:none type of stuff. These aren’t meant to be loaded from the beginning I guess.