antoniop
committed
on 19 Jan
Replace explicit observer approach for lazy loading with modern HTML features

- images: use the loading attribute to request lazy loading … Show more
Replace explicit observer approach for lazy loading with modern HTML features

- images: use the loading attribute to request lazy loading (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading)

- audio: use the preload attribute to indicate that only metadata are needed at load time and not the entire media (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio#preload)

Show less