-
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
Does 'lazyload' support lazyloading of background images? #441
Comments
Yes it should;
|
This works good |
While |
I guess it is the way it works. Just try to decrease load time of an original image. |
这并不能实现背景图片的需求,因为他 style="background-image: url('thumbnail.jpg')"消失的太快,data-original="original.jpg" 还没加载结束,第一张图就消失了。导致第二张图的加载过程显示出来。从上到下一横一横的加载,加载表现和img标签的方式不一样,请问怎么改善
|
Hi, this doesnt work, what am i doing wrong? thumbnail.jpg will not be replaced at all. |
Does 'lazyload' support lazyloading of background images (css), like bLazy, for example? What about iframes?
The text was updated successfully, but these errors were encountered: