Video background

Hi,
look at this page:
http://www.miolaboratorio.it/book-store/index.php
scroll down to “THE MOST POPULAR BOOKS OF WEEK” section.
There’s a video background in this section.
It’s made by css custom classes and <video> html tag.
I’ve tried to do it by wappler but I can’t.
Any suggestion?
Thank you

Check the docs please.

Hi Teodor.
How can I manage the background opacity?

Opacity of what element exactly and what needs to be achieved?

The opacity of the background.
Compare this two pages:
http://www.miolaboratorio.it/book-store/index.php

http://www.miolaboratorio.it/book-store/index_w.php

Well that depends on your layout … in your case:

#pop_books {
    background: rgba(255,255,255,0.4);
}

Ok, so I can set up the video background with the background css property. Great
Thank you