We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current lazy-loading mechanism loads all elements for a section, but it would be better to do this per slide.
In #1289 (comment) you mention a planned lazyDistance feature, which is probably meant to pre-load elements?
lazyDistance
In my case I have 30 images (in 30 slides), and it would be great if only the current and prev/next images would be loaded.
The text was updated successfully, but these errors were encountered:
lazyLoad: per slide
4c5de04
Ref: alvarotrigo#1337
#1338 got merged. I've added #1340 as a follow-up with a new lazyDistance option (to be discussed).
Sorry, something went wrong.
aa57497
Ref: alvarotrigo/fullPage.js#1337
No branches or pull requests
The current lazy-loading mechanism loads all elements for a section, but it would be better to do this per slide.
In #1289 (comment) you mention a planned
lazyDistance
feature, which is probably meant to pre-load elements?In my case I have 30 images (in 30 slides), and it would be great if only the current and prev/next images would be loaded.
The text was updated successfully, but these errors were encountered: