Lazy Load [img]

Lazy Load [img] 2.7.2

No permission to download
I have enabled "enable outside thread", but i don't see the lazysizes script is being loaded in forum home.
It is working fine in thread.
 
The difference between 5.2.0 and 5.2.2 only touches plugins which are not used.

@Xon Please can you confirm that why does not show the Spinner image when image are not loading?
Do you have a /images/loader.gif file? This add-on doesn't ship with one.

Both this add-on and that add-on are adding the browser native loading="lazy" to avatars. So this one just does it for user linked images and attachments.
 
There isn't any explicit support for Bob's add-ons. There is an option to enable it outside of threads/conversations which should enable lazyloading of the [attach] and [img] tags to work.
 
There isn't any explicit support for Bob's add-ons. There is an option to enable it outside of threads/conversations which should enable lazyloading of the [attach] and [img] tags to work.
Thank you!!! I'm giving it a try! ;)
 
any chance it could address dimensions?

Code:
[Intervention] An <img> element was lazyloaded with loading=lazy, but had no dimensions specified. Specifying dimensions improves performance. See https://crbug.com/954323
 
Xenforo only allows a limited number of functions to be called in templates. "templater" isn't supported method name and it is a protected variable.

This then wouldn't let you access pageParams like that
 
@Xon has the topic of attachment links in emails come up yet? Looks like the emails for watched threads that contain inline attachments img links are being swapped to be lazy loaded and, of course, the JS never executes when viewing the emails so the images end up being broken.
 
This will be related to lazy loading being applied when it shouldn't. I'll hopefully have time in the next few days to look into that
 
Back
Top Bottom