JAIL
JAIL copied to clipboard
JAIL doesn't load images (outside the browser viewport) until scroll event
Hi.
Can someone help me with an issue? I post my case on stackoverflow [1].
[1] http://stackoverflow.com/questions/14444420/jquery-jail-plugin-doesnt-load-images-until-scroll-event
Thanks.
i'm facing same issue.
In the jail.js I changed one parameter options.event = "mousemove"; instead of "scroll" event.
Ideally its not proper way, but now its works great for me.
Got the same issue when I'm trying to implement a retry call that has a timeout and will retry reloading the image multiple times. But the image is only loaded after scrolling.