index.html dosyasında;
yazan yeri bul hemen altına aşağıdaki kodu ekle
![](assets/img/1.jpg)
<script></script> yazan yeri bul bu kodu sil
style.css dosyasına aşağıdaki kodları ekle;
.vegas-background {
width: 100%;
position: absolute;
left: 0px;
top: 0px;
bottom: auto;
right: auto;
opacity: 0.8;
}
body {
background-image: url('../plugins/vegas/overlays/14.png');
}
.head-main {padding: 25% 0 0%!important;}
custom.js dosyasında (jQuery)); sonrasına (yani en aşağıya) aşağıdaki kodları ekle;
var image = $('body').find('.vegas-background');
var imageheight = window.innerHeight;
$(image).css('height',imageheight);
$('#home').css('height',imageheight);