L
L
leks3252014-09-20 15:24:31
HTML
leks325, 2014-09-20 15:24:31

In what program or with the help of what technologies can you make a "live" background of the site, as in the example?

You need to run a video in the background as in the example ....
special.habrahabr.ru/airbnb
Is it possible to convert any video file into a file suitable for such a background live "substrate" for the site?
Where to start studying?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Mischuk, 2014-09-21
@leks325

vodkabears.github.io/vide

N
Nazar Mokrinsky, 2014-09-21
@nazarpc

Start with the <video> tag , continue with the positioning of the elements on the page, finish by converting the video to mp4 (h246) and webm (you can use ffmpeg or avconv for this - it's quick and easy).

S
Sergey, 2014-09-20
@butteff

Google the video tag for html5:

<video autoplay="" loop="" poster="img.jpg" id="bgvid">
<source src="homepage.webm" type="video/webm">
<source src="shutterstock_v3702740_4.m4v" type="video/mp4">
</video>

The formats, respectively, can be webm, mp4, flv, maybe some other ones, I'm not a front-end developer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question