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.
Comments
Comment #2
thomas.frobieterNot working for me too, also in the latest stable release. All (fallback)images being loaded directly.
Check out this Example: https://www.doctor-catch.com/de/angelgeraet/angelrolle-baitcaster-warten...
Picture lazyload + Keep aspect ratio are checked.
Maybe important to say, we also use https://www.drupal.org/project/lazyloader (see: https://www.drupal.org/project/lazyloader/issues/2377843). But the problem persists, even if this module is turned off.
Comment #3
thomas.frobieterPatch attached, fixes the problem but is not well tested yet.
I've already saw a problem with the "Keep aspect ratio" Option, no matter if it's active or not, the aspectratio script will reduce the height of the img to the smallest pictures source size.
Comment #4
thomas.frobieterComment #5
thomas.frobieterThe patch was for 7-x-2.13.
Just realized that the latest DEV also fixes the problem - in a more clean way.
Time for new stable release?
Comment #6
thomas.frobieterComment #7
lesleyfernandes commented