Установка - Нижняя часть сайта.
Код скрипта для установки:
Код
<script src="http://skriptik.do.am/js/jQuery/backstretch_version_1.2.5.js">
</script>
<script>
var images = [
"http://img12.nnm.me/4/9/8/0/f/a3de28b4264748af9b666224019.jpg",
"http://storage6.static.itmages.ru/i/14/0716/h_1405518305_8609969_13617580c5.jpg",
"http://storage7.static.itmages.ru/i/14/0716/h_1405518315_5081713_60afac86c1.jpg",
"http://s4.goodfon.ru/image/50896-1920x1200.jpg",
"http://www.apes-revolution.ru/images/home/apes-scene-bw-01.jpg",
"http://storage8.static.itmages.ru/i/14/0716/h_1405518315_2341457_7361dfb7f8.jpg"
];
var index = 0;
$.backstretch(images[index], {speed: 500});
setInterval(function() {
index = (index >= images.length - 1) ? 0 : index + 1;
$.backstretch(images[index]);
}, 5000);
</script>
[boxinfo]22.02.2016 - JS файлы исправлены.[/boxinfo]