# elementor/3.19.3/assets/css/modules/lazyload/frontend.css

Elementor Website Builder – more than just a page builder, version 3.19.3. 15 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.19.3/code/assets/css/modules/lazyload/frontend.css
- Raw: https://pluginprobe.com/plugins/elementor/3.19.3/raw/assets/css/modules/lazyload/frontend.css
- Modified: 2023-04-23T11:22:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.19.3/code/assets/css/modules/lazyload/frontend.css#L10-L20`.

```css
/* 
TODO: Temp fix - Need to unify the background & lazy-load selectors.
This fix accounts for the DOM experiment & motion fx changes, that are already fixed in the background
selector itself (which is the reason we need to unify it).
*/
.lazyloaded:not(.elementor-motion-effects-element-type-background),
.lazyloaded > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.lazyloaded > [class*=-wrap] > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.e-lazyload .lazyloaded .elementor-background-overlay,
body.e-lazyload .e-con.lazyloaded::before,
body.e-lazyload .lazyloaded {
  --e-bg-lazyload-loaded: var(--e-bg-lazyload);
}

/*# sourceMappingURL=frontend.css.map */
```
