Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Ajax Request #438

Open
krishnaTORQUE opened this issue May 31, 2019 · 2 comments
Open

Not working on Ajax Request #438

krishnaTORQUE opened this issue May 31, 2019 · 2 comments

Comments

@krishnaTORQUE
Copy link

Using v2
Working fine on load but not working on ajax response

@boerni
Copy link

boerni commented Jun 21, 2019

It seems you have to call the JS API after the ajax-html is inserted:
var lazy = lazyload();
lazy.loadImages();

This seems to work.
Maybe there is a better way .. let me know :-)

@alipiapia
Copy link

After your Ajax's done,recall func:lazyload(),you'd try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants