Fallback image is not lazy loaded

Created on 25 April 2019, about 5 years ago
Updated 20 September 2023, 9 months ago

After the upgrade the LazyLoader assigned fall-back image was broken. We mainly use this in Views. As soon as I reverted back to the previous dev all was restored. So it seems some side bug was introduced.

Loader Before

<img class="img-responsive  lazyloaded" src="https://domain.com/sites/default/files/styles/loaderc/public/FILENAME.jpg" alt="TITLE" title="">

Latest Version

<img class="img-responsive lazyloaded" data-src="https://domain.com/sites/default/files/styles/loaderc/public/FILENAME.jpg" alt="TITLE" title="" style="" src="https://domain.com/sites/default/files/styles/loaderc/public/FILENAME.jpg">

Trying to pinpoint what the issues is here. What else can I supply that might help.

πŸ› Bug report
Status

Closed: outdated

Version

2.13

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States glynster

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024