按质量加载 HTML 图像
有没有一种方法可以加载我的图像,使其质量在加载时变得更好,而不是在加载时“扫描”或“滚动”图像?
Is there a way to load my images in a way their quality get better as they load as opposed to the image being "scanned" or "scrolled" as it loads?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以将图像另存为渐进式 JPEG。
我相信现在所有主流浏览器都会很好地显示它。
You can save the image as Progressive JPEG.
I believe that by now all major browsers will show it just fine.
有多种方法可以在显示图像之前预加载图像,这可以防止您所描述的行为。可以在此处找到有关此内容的好文章。
There are ways to preload images before displaying them, this prevents the behaviour you've described. A good article on this can be found here.