Its possible to put a video as background ?
Autor: Sascha M.
Besucht 3721,
Followers 1,
Geteilt 0
Hi, i would like to put a video as background, like this http://designmodo.com/demo/videobackground/
its possible in the newest Version of X5 ?
Thanks
Nadsas
Gepostet am
it does not come with x5 program, you have to know how the codes work and customize the code or buy a third party script and implanted inside your template.
if this post is the correct answer, please mark this answer as correct answer.
------------------------------------------------------------
Good Luck
http://www.usx5host.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.usx5.com (Templates and support for x5)
http://www.wdesigners.us
Autor
ans with the professional edition, also not wotking without 3rd part scripts ?
thanks
no. even pro edition does not have that option.
if this post is the correct answer, please mark this answer as correct answer.
------------------------------------------------------------
Good Luck
http://www.usx5host.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.usx5.com (Templates and support for x5)
http://www.wdesigners.us
Так нужно сделать - www.koporyetea.ru - ?
Берете отрезок видео файла, конвертируете его в три формата (.mp4 , .webm , .ogv). Далее эти файлы вставляете на свой хостинг в корневой каталог сайта. На нужной странице своего проекта во вкладке "Эксперт" выбираете "После открытия тега BODY" и вставляете этот код:
<video autoplay loop muted="false" poster="http://www.koporyetea.ru/2.jpg" id="video-on-bg">
<source src="http://www.koporyetea.ru/Produce.mp4" type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'>
<source src="http://www.koporyetea.ru/Produce.webm" type='video/webm; codecs="vp8.0, vorbis"'>
<source src="http://www.koporyetea.ru/Produce.ogv" type='video/ogg; codecs="theora, vorbis"'>
</video>
<script>
document.createElement('video');
</script>
<style type="text/css">
video { display:block; }
video#video-on-bg {
background:url('http://www.koporyetea.ru/2.jpg') no-repeat center center fixed;
-webkit-background-size:cover;
-moz-background-size:cover;
-ms-background-size:cover;
-o-background-size:cover;
background-size:cover;
width:auto;
height:auto !important;
min-width:100%;
min-height:100%;
top:84px;
position:fixed;
left:0;
bottom:0;
z-index:-998;
}
</style>
В коде меняете только адрес сайта (где указано www.koporyetea.ru - ставите свой адрес сайта). Также нужно подготовить файл в формате .jpg и выложить его на хостинг - это для того, чтобы если видео проигрываться не будет, то пользователь увидит просто изображение - у меня путь к этому файлу на хостинге www.koporyetea.ru/2.jpg). Все, видео должно работать.
Autor
thanks, but in english would be great :-)
I'm sorry, but I can only offer a translation from Russian into English by GOOGLE.