占位符显示而不是图像

时间:2019-03-06 20:10:38

标签: html image placeholder

HTML:

<div class="content-middle-right">
<img src="images/roof-replacement.jpg" alt="" />
</div>

CSS:

.content-middle-right img
{
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

图像文件夹:

roof-replacement.jpg

我找不到该代码有什么问题。但是,每个浏览器都显示一个占位符而不是图像。我什至尝试重命名图像,但没有任何效果。

帮助!

0 个答案:

没有答案