jQuery 异步图像加载器的问题
在我的网站中使用 jQuery JAIL(jQuery 异步图像加载器),我已正确遵循所有说明,但由于某种原因,图像总是在插件发生之前首先加载...我已将其设置为图像应淡入淡出经过 1000 毫秒的延迟后,图像完全加载,然后快速变暗,然后淡入。有人有什么想法吗?惰性加载显然已经过时了,所以我需要让它工作。谢谢
Using jQuery JAIL (jQuery Asynchronous Image Loader) in my site, I've followed all the instructions correctly but for some reason, the images always load first before the plugin takes place... I have it set up so that the images should fadeIn after a 1000ms delay but the images load completely, quickly black out and then fade in. any ideas anyone? lazyload has apparently become obsolete so I need to make this work. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您已经在 src 属性中使用了图像的 URL,您需要为 src 属性使用一个小占位符图像,并为真实图像 URL 使用 data-href 属性。
It sounds like you have used the URL for the image in the src attribute, you need to use a small place holder image for the src attribute and the data-href attribute for the real image URL.