- Issue created by @recrit
- 🇺🇸United States recrit
Created MR 38 that adds the loading attribute support.
- Status changed to Needs work
about 1 month ago 7:56am 2 May 2025 - 🇨🇭Switzerland berdir Switzerland
Seems straightforward and I guess copied from core, but the default is eager, not lazy, so I think it should default to that to not change the behavior.
https://developer.mozilla.org/de/docs/Web/API/HTMLImageElement/loading
- 🇮🇳India chhavi.sharma
Changed default loading to eager. The issue needs review.