-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
expand modification after init #581
Comments
This is basically already done by |
With Sorry for bothering with minor things, I'll see if I can find meaningful solution and PR it |
I see the general usefulness of being able to change the |
Hey, thanks for great library!
I would like not lazyload off screen images until first user action, my config contains:
lazySizes.cfg.expand = 1
On first user action I'm changing expand value:
lazySizes.cfg.expand = 500
However preloadExpand has been already set and this config modification has no effect so I end up commenting statement:
if(preloadExpand == null)
Any chances in future release config modifications would be taking into account after init?
The text was updated successfully, but these errors were encountered: