-
-
Notifications
You must be signed in to change notification settings - Fork 676
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
How to combine it with fancybox ? #196
Comments
Hey @akbarsaputrait, |
Hi @akbarsaputrait, Can you better describe what's happening? The sentence "When I use lazyload with fancybox, the image does not appear, but when I click its link, the new image will be uploaded." doesn't sound very clear to me. |
It looks like you're trying and getting some screenshots using an AJAX call, then you cycle through all the resulting data and append the images inside the element My question is: why are you loading those images lazily? In my opinion, you can just load them "eagerly", putting the image's URL in the |
Hi @akbarsaputrait, |
@verlok Thank you so much, for your answer. I glad to know about that! 😄 |
I use fancybox. When I use lazyload with fancybox, the image does not appear, but when I click its link, the new image will be uploaded.
The text was updated successfully, but these errors were encountered: