Fixed Macro style_variation_macros::picture does not support lazy loading

Kirby

Well-known member
Affected version
2.3.4
Macro style_variation_macros::picture does not allow to lazy loading which might be useful for images that are not immediately visible
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.5).

Change log:
Support lazy-loading variation pictures
There may be a delay before changes are rolled out to the XenForo Community.
 
Unfortunately this does not seem to be fixed properly:

XenForo 2.3.5 added
Code:
{{ $lazy ? 'lazy="true"' : '' }}
to the <img>, but the required attribute is loading="lazy"

Should I report this as a new bug instead @Jeremy P @Chris D ?
 
I'll update the topic, 2.3.6 has already been released, but there are no edits in the template and
arg-lazy="{{ false }}">
 
Back
Top Bottom