Site logo

Archived topic

Video BackGround Section

3 replies · Started by Sandro on July 24, 2016

Viewing posts 1–4 of 4

Hi tom, I tried to place a video background in the section but I do not really work very well any idea, I found this code https://jsfiddle.net/seadonk/8jmze5yq/2/ but to submit to generatepress not work

thks,

Sandro.

Hmm, well that CSS won't work with Sections - you would want to do this instead:

.generate-sections-container {
    position: relative;
}

#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}

Then just add the video part into the "Text" tab in the Section.

Not 100% sure it will work this way, but worth a shot.

Hey Tom, this code helped me, thanks!

Awesome! :)

This archived topic is closed to new replies.