jQuery 异步图像加载器的问题

发布于 2024-11-29 12:12:14 字数 162 浏览 1 评论 0原文

在我的网站中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墟烟 2024-12-06 12:12:14

听起来您已经在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文