22.03.2017, 23:49
23.03.2017, 00:04
<video autoplay="" loop="" muted="" id="bg-video">
<source src="http://www.sadistic.pl/flv/20130223/1361640160_0d6_381.mp4" type="video/mp4">
</video>
#bg-video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
23.03.2017, 00:13
(23.03.2017, 00:04)Fyeem napisał(a): [ -> ]Dzięki za kod, a gdzie to dodać/lub podmienić ? Jestem zielony :/<video autoplay="" loop="" muted="" id="bg-video">
<source src="http://www.sadistic.pl/flv/20130223/1361640160_0d6_381.mp4" type="video/mp4">
</video>
#bg-video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
23.03.2017, 00:20
W szablonie index znajdź:
zamień na:
Wglobal.css znajdź:
zamień na:
<body class="landscape nb">
<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
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;
}
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;
}
23.03.2017, 00:23
#bg-video {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
}
To dodajesz w style i szablony > style > twoj styl > global.css
A to potem to
<video autoplay="" loop="" muted="" id="bg-video">
<source src="http://www.sadistic.pl/flv/20130223/1361640160_0d6_381.mp4" type="video/mp4">
</video>
Dodajesz tam gdzie zechcesz mieć tło.
28.03.2017, 22:16
Wszystko super, tylko że video jest na 1 stronie już wchodząc w listę userów itd to tło jest białe.