Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个小问题,我有一个非常大的标题图像,并且在糟糕的互联网连接上加载需要时间。我已经看到一些网站从“低质量”->“正常质量(原始)”加载更大的图像文件,而不是“无图像”->“加载的图像”.. 我的标题似乎有什么.
background-image:url("images/header");
有没有办法让图像从低质量加载到高质量,而不是在 CSS 中没有图像到图像?
如果我把我的问题表达得很糟糕,我真的很抱歉。英语不是我的母语 :)
使用lowsrc属性:
lowsrc
<img alt="Image Name" src="highquality.jpg" lowsrc="lowquality.jpg">