2
이 질문은 이전에 물어 보았지만 배경 이미지를 고정 시키려고 시도했지만 도움이되지 않습니다.Stellar.js 시차 요소가 Safari에서 불안감을 듭니까?
You can view the problem here when you scroll down to the thumbnail gallery.
정말 문제가 있지만, 여기에 과민있는 배경에 대한 코드 무엇인지 모르는: 무슨 일이 일어나고 있는지
#content1 {
background: #395668 url(../img/studio-9.jpg) fixed no-repeat center;
padding-top: 120px;
padding-bottom: 120px;
}
#gallery {
background: url(../img/studio-8.jpg) fixed no-repeat center;
padding-top: 160px;
padding-bottom: 160px;
}
어떤 단서? Chrome에서는 괜찮아 보이고 Firefox에서는 괜찮습니다.
대단히 감사합니다! – trevorhinesley
아무도이 문제를 해결할 수 있습니까? – arekk
arekk, iOS/Safari에서 작동하는 것이 절실하다면 Safall 브라우저에서 더 효과적인 Parallax 라이브러리 인 Skrollr를 살펴 보는 것이 좋습니다. – Scarraban