-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
Description
When lazyloading, images get loaded immediately when entering the viewport. This sometimes causes a noticeable jumpy behavior if image is not loaded fast enough.
Is there any method to call with afterLoad
and onSlideLeave
to preload the next or previous slide images?
For example, if I have 5 slides, I would load images for slide 1, 2 and 5. When navigating from slide 1 -->2, I would call that method to load images for slide 3 to have it ready, and so on.