Lynit adlı üyeden alıntı: mesajı görüntüle
Parallax değil background'u fixed yap yeterli. Kendine göre düzenlersin aşağıdaki kodu.

.div {
background-image: url(images/slide.png);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
denedim hocam olmuyo