W szablonie
index znajdź:
<body class="landscape nb">
zamień na:
<body> <video autoplay="" loop="" muted="" id="bg-video">
<source src="http://www.sadistic.pl/flv/20130223/1361640160_0d6_381.mp4" type="video/mp4">
</video>
W
global.css znajdź:
body {
background-image: url(../../../images/tg/bodybg.jpg);
background-attachment: fixed;
background-position: top center;
background-size: cover;
color: #f9f9f9;
text-align: center;
line-height: 1.4;
margin: 0 auto;
font-family: 'pt_sansregular', Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
overflow-y: scroll;
}
zamień na:
body {
color: #f9f9f9;
text-align: center;
line-height: 1.4;
margin: 0 auto;
font-family: 'pt_sansregular', Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
overflow-y: scroll;
}
#bg-video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}