ReferenceError: Can’t find variable: LazyLoad
-
I have a fresh install today on a live site on which if I enable Lazy Load Images I get grey placeholder boxes and the above error in the console (*line 2 in clip below). I can’t leave the setting enabled as it’s a live site, but I could enable it briefly for testing.
I used Purge All to no effect.
Any suggestions of how to proceed?
Report number: YKEFBILUs = function() { *Err-> n = new LazyLoad({ elements_selector: "[data-lazyloaded]" }), o = function() { n.update() }, t.MutationObserver && new MutationObserver(o).observe(e.documentElement, { childList: !0, subtree: !0, attributes: !0 })The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘ReferenceError: Can’t find variable: LazyLoad’ is closed to new replies.