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.
我将 jpg 文件转换为 hdp 文件以加快网站加载速度。我想通过背景属性加载这些文件。但是,hdp 文件不是从网站加载的。如何使用 hdp 文件?服务器是windows10/Apache2.4
{background:url(./image/file_name.hdp) no-repeat;background-size:cover;}
你必须像这样使用。
class-name-here { background-image: url('./image/file_name.hdp') background-repeat: no-repeat; background-size:cover; }