|
|
|
|
|
by dgb23
2148 days ago
|
|
That is actually the case today! But it is an opt-in feature, which is not supported in older browsers. In modern frontend development we are heavily optimizing images now. Lazy loading is one thing, the other is optimizing sizes (based on viewports) and optimizing formats (if possible). This often means you generate (and cache) images on the fly or at build-time, including resizing, cropping, compressing and so on. |
|