-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Not replace "src" with actual value. #101
Comments
Hi tuupola. |
+1 @rscouto! I had the same problem except for a different use case which was setting the data_attribute to the appropriate image based on srcset values. When resizing the window the original image would be displayed even though the data_attribute had the new image. Now with your fix, it's all good. Well, I had to add trigger("scroll") to get things to work. |
Ok I can confirm that this seems to have fixed a problem I had as well. The exact diff I used with version 1.9.5 to implement this is:
This seems to fix a recurring issue I've had where with a very large number of images, or when I'm dynamically swapping images in and out, they would sometimes not load. |
Fixed in 1.9.x. |
Hello tuupola,
I have a problem in my solution, I use Jquery Mobile and Knouckout and I use your plugin for load image of user logged, but when user make logoff I set value of attributte "data-original" for empty, and image "src" for default value, after other user make login the image load is of previous user.
I will hope understand me!
The text was updated successfully, but these errors were encountered: