0
표지 사진이 표시되지 않는 웹 사이트는 here입니다.iPhone Safari에서 표지 사진을 표시하려면 어떻게해야합니까?
이 오류는 iOS 기기의 Safari에서는 지속되지만 Mac에서는 Safari에서 작동합니다.
이
는 CSS입니다 :.bg-img {
/* The image used */
background: url("../images/background.jpeg") 0 0;
background-size: auto;
-webkit-background-size: auto;
background-color: rgba(41, 39, 34, 0.50);
max-width: 100%;
}
그리고 HTML은과 같은 CSS를 참조하는 하나의 섹션이와
<section id="home" class="home bg-img parralax fix">