Lazy load when images are in the page footer

I have a project that has an SVG Logo placed in the footer at the bottom of the page. The file size of the SVG is 3KB. If I turn on lazy load the image is not displayed. If I turn lazy load off, the image is displayed.

So I have to assume that the lazy load script waits until the page is scrolled beyond a certain “y value” before loading an asset. And since the image is at the very bottom of the page, the script is still waiting for the page to be scrolled further before loading it, which is, of course impossible …

That sounds like a bug that needs to squashed with a very heavy weight. I would send in a bug report including the project file and any other relevant information.

https://help.blocsapp.com/knowledge-base/reporting-bugs/#bug-report-form

1 Like