Reply To: Video BackGround Section

Home Forums Support Video BackGround Section Reply To: Video BackGround Section

Home Forums Support Video BackGround Section Reply To: Video BackGround Section

#212534
Tom
Lead Developer
Lead Developer

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.