You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you enable lazyLoad and adaptiveHeight at the same time, you get a bump, albeit an expected one where the adaptive height feature fires on the slide without its image loaded. The adaptive height feature fires again when the image loads, but there is a more graceful transition that could occur here.
What do you think, @desandro? Is this something you might consider addressing? One thought I have is just to hold at least the height of the previous element until the image loads on the next slide. Some ideas on how to hook into the plugin to configure a different approach could also be helpful.
My issue has some distant connection to #430. If lazy loading could always be a certain number of slides ahead, this issue would also be solved, at least enough to improve my user experience.
The test case isn't optimal because the images load quickly, you have to look closely for the bump I'm talking about.
If you enable
lazyLoad
andadaptiveHeight
at the same time, you get a bump, albeit an expected one where the adaptive height feature fires on the slide without its image loaded. The adaptive height feature fires again when the image loads, but there is a more graceful transition that could occur here.What do you think, @desandro? Is this something you might consider addressing? One thought I have is just to hold at least the height of the previous element until the image loads on the next slide. Some ideas on how to hook into the plugin to configure a different approach could also be helpful.
My issue has some distant connection to #430. If lazy loading could always be a certain number of slides ahead, this issue would also be solved, at least enough to improve my user experience.
The test case isn't optimal because the images load quickly, you have to look closely for the bump I'm talking about.
Test case: https://codepen.io/ryanburnette/pen/rpyqNV
The text was updated successfully, but these errors were encountered: