K Kirby Well-known member Nov 24, 2024 #1 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
Macro style_variation_macros::picture does not allow to lazy loading which might be useful for images that are not immediately visible
XF Bug Bot XenForo bug fixer bot Staff member Jan 9, 2025 #2 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 Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
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 Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
K Kirby Well-known member Feb 17, 2025 #3 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 ?
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 ?
Jeremy P XenForo developer Staff member Feb 27, 2025 #4 Kirby said: Should I report this as a new bug instead @Jeremy P @Chris D ? Click to expand... Usually yeah but I rediscovered this tab this time. Should be properly fixed next time.
Kirby said: Should I report this as a new bug instead @Jeremy P @Chris D ? Click to expand... Usually yeah but I rediscovered this tab this time. Should be properly fixed next time.
akok Active member Mar 20, 2025 #5 I'll update the topic, 2.3.6 has already been released, but there are no edits in the template and arg-lazy="{{ false }}">
I'll update the topic, 2.3.6 has already been released, but there are no edits in the template and arg-lazy="{{ false }}">