-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
LazyLoad #141
Comments
I thought of it too, tried the before&after calls but without success. This is really interesting since it would improve mobile UX a lot. |
I've though about this too. One thing that might work is to allow the first page to load normally then hook into a library initEnd routine to manually pre-load the rest of the pages. So after the closing brace of |
+1 |
1 similar comment
+1 |
Someone tried the method proposed by restlessmedia? Need to figure this out... |
I'll try and have a go at this tonight. |
I'm no developer, but I got lazyloading working using this plugin: https://github.com/luis-almeida/unveil Setup Unveil, and then in the responsiveSlides.js find this segment: |
I used the
|
@nishantjr I had taken that approach recently, but now I'm doing it on a new project and it's not working the way I expect. I've taken your code and put it in a CodePen. Any ideas how to access the current slide in the before and after hooks? |
It can be easily achieved with tiny change #382 |
or like that CodePen |
Firstly, thank you for implementing the last feature I wrote to you about (Pause on Hover).
Something I've been trying to (unsuccessfully) implement is a Lazy Load for images in each Slide.
Do you have any plans to implement something to that matter that uses the standard data-original to src method?
The text was updated successfully, but these errors were encountered: