Closed (fixed)
Project:
Lazy-load
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2018 at 15:32 UTC
Updated:
6 May 2019 at 01:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
unstatu commentedComment #3
Anonymous (not verified) commentedThank you, this patch solved my issue with lazy and imagefield crop: https://www.drupal.org/project/imagefield_crop.
Comment #4
Ievgen Antonovych commented@unstatu added changes to apply patch correctly
Comment #5
unstatu commentedGreat! If you have tried it maybe you can set the RTBC status?
Comment #6
bkhandruk commentedWorks for me.
Thanks @ievgen-antonovych.
Comment #8
osmanHi, thank you all for your contribution.
The issue is now resolved in 7.x-1.x-dev indirectly, by matching the same settings structure to 8.x-2.x.
Important:
Module settings are now available at
Drupal.settings.lazyinstead ofDrupal.settings.lazy.bLazy.If you have an implementation on your theme or module javascript, targeting the old settings path, you will have to update your code.