Fix undefined target on LS instance lazyLoad args

This commit is contained in:
Deven Caron
2021-10-27 10:33:44 -04:00
parent 8bc79f715e
commit d99a69f212

View File

@@ -41,7 +41,7 @@ export default class extends module {
* @param {LocomotiveScroll} args - The Locomotive Scroll instance.
*/
lazyLoad(args) {
lazyLoadImage(args.obj.target, null, () => {
lazyLoadImage(args.obj.el, null, () => {
//callback
})
}