我为每个页面创建了一些自定义标题,这些标题在某些断点处更改为更清晰。该文件已上传并位于媒体部分,但是当我使用浏览器查看任何错误时,即使我直接从媒体页面复制了图像URL,也表示找不到图像。
以下是其中一个标题图片的示例css:
.img-container_whymac {
min-height: 420px;
background-image: url(https://hire.mcmaster.ca/wp-content/uploads/2018/04/hire-mcmaster-summer-header.png);
background-repeat: no-repeat;
background-size: 1100px 450px;
background-position: center top;
border-bottom: 7px solid #f4bd56;
/*padding: 40px; (If don't want to set min-height or some image content is there) */
}
这是我链接到的图片的网址:https://hire.mcmaster.ca/wp-content/uploads/2018/04/hire-mcmaster-whymac-header.png
我有什么问题吗?
谢谢