hey,
I found the solution a long time ago but didn’t update here.
The problem was cause due to line breaks inside the
element (between attributes).
so, for example, if there was a line-break before the “src” attribute then the lazy load wouldn’t work. In other words, if the src attribute wasn’t on the same line as the element start “<img…” then the issue would occur.