-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Lazy loading opacity problem #1354
Comments
Same Issue here |
Might affect #1349 😥 Thanks, Si. |
@simeydotme sorry, I didn't see that! My fault! And since I didn't mention it yet, slick is by far the best slider I found so far, great work! |
@colorfool-me , please check out this Fiddle... does it work OK for you? |
@simeydotme Looks great! |
Can you do me a favour and test it on all the browsers/devices you have available, and let me know the results? 😃 I will do the same, and if it works OK (I'll test a bunch of responsive options, too) I'll merge it in. 👍 |
I checked it on latest Safari, Chrome & Firefox on Mac |
And latest Safari on iOS8. All looks fine! |
OK, nice.
and Android
All looks good. I'll get to merging :) |
Great! Thanks for the quick fix! Keep up the great work! |
Fixes #1354 - Race condition on Cloned Lazy Load
Applied on master, unminified file. |
When you show more than one image e.g. by using "slidesToShow: 2" and also activate lazy loading "lazyLoad: 'ondemand'", then the inline opacity value of the first image is not adapted and stays 0. The image itself is loaded.
Example setting:
The text was updated successfully, but these errors were encountered: