在图像加载之前删除默认图像
嘿,所以我不想做任何与预加载器类似的事情,我只是想知道如何阻止浏览器显示此图像: 在图像加载之前。
谢谢!
Hey, so I am not looking to do anything along the lines of a pre-loader, I just want to know how to keep the browser from displaying this image:
Before the image loads.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这完全取决于浏览器和用户的连接速度。
您始终可以使用 JavaScript 预加载器来阻止图像显示,直到图像完全加载到用户计算机上为止,
尝试此 jquery 预加载器
:-D
it all depends on the browser and the speed of the user's connection.
You can always use a javascript preloader to stop an image from displaying until it is fully loaded on the users computer
try this jquery preloader
:-D