1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Fix img scroll lazyload $el

This commit is contained in:
Deven Caron
2023-07-31 10:29:02 -04:00
parent e162af17dd
commit 659ef3767b
4 changed files with 5 additions and 5 deletions

View File

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