-
Notifications
You must be signed in to change notification settings - Fork 354
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
Force loading image even when not visible #110
Comments
Hi @idoshamun. |
It is actually much easier to just pass an option instead of calling the |
Yes :) but how would it know which images to load or not to load outside the viewport. Will you add a specific class or are you looking after a feature like gajus is proposing? |
#104 could help in other use cases. |
I see. But you can do that quite easy with the load function. I want to keep the script as small as possible:
|
I'll check this out! On Wed, Oct 12, 2016, 19:50 dinbror [email protected] wrote:
|
I think there could be better ways than Used multiple hours to solve why my cover image wasn't loaded and |
Hey @k03n00b Do you have a link. I would like to see what you have done :) |
Hey @idoshamun Can I close this one? |
Yap, if anything new pops up I'll let you know On Sun, Oct 23, 2016, 21:25 dinbror [email protected] wrote:
|
Coolio |
I want some images on my website to lazy load without even being inside the viewport.
In simple words, I want to skip
elementInView
check and force loading the image.The text was updated successfully, but these errors were encountered: