Merhabalar,
Siteme eklediğim arkaplan görselinin yüklenmesini yavaşlatmak istiyorum. bir anda gelince ve biraz geç gelince hoş olmuyor yavaş gelirse hoş olur diye düşündüm ve aşağıdaki gibi yaptım ama çalışmadı, nasıl yapmam gerekiyor ?
body {
background-image: url("http://www.bozuktus.com/wp-content/uploads/2015/09/fallout-4-arkaplan.jpg");
background-repeat: no-repeat;
background-position: center top;
background-attachment: fixed;
-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}