• Hello,

    i’ve got this question:

    How do i make the frontpage (just this only page) 100% banner.
    (the blue-purple image)

    website: https://luckrnt213.213.axc.nl/

    My next question is:
    How do i edit it to a video (background/header).
    So the blue-purple img needs to be a video.

    Can anyone help please?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean make it 100% banner?

    Thread Starter kroesjeluc

    (@kroesjeluc)

    What do you mean make it 100% banner?

    https://luckrnt213.213.axc.nl/ if you look at this site. You see those squating people.
    I want the make that whole image the front page. With nothing else as page.
    I want to have a video in stead of the image. But i want it to cover the whole front page.

    Like there is no spacing from the page itself. Just that img –> video till the footer

    • This reply was modified 7 years, 6 months ago by kroesjeluc.
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can suggest a temporary solution that won’t involve too much code.

    In the “Custom CSS” section of the dashboard add this:

    
    .home .offcanvas-wrap {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .home .offcanvas-wrap,
    .home .inner-banner-wrap {
        height: 100%;
    }
    
    .home .inner-banner-wrap {
        height: 100%;
    }
    
    .home .inner-banner-wrap ~ * {
        display: none;
    }
    
    Thread Starter kroesjeluc

    (@kroesjeluc)

    I can suggest a temporary solution that won’t involve too much code.

    In the “Custom CSS” section of the dashboard add this:

    .home .offcanvas-wrap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    .home .offcanvas-wrap,
    .home .inner-banner-wrap {
    height: 100%;
    }

    .home .inner-banner-wrap {
    height: 100%;
    }

    .home .inner-banner-wrap ~ * {
    display: none;
    }

    works like a charm, do you have any solution of making it a video instead of a image

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this plugin: https://www.ads-software.com/plugins/video-background/

    I think the element you need to target in the shortcode is ‘.home .offcanvas-wrap‘.

    Thread Starter kroesjeluc

    (@kroesjeluc)

    Try this plugin: https://www.ads-software.com/plugins/video-background/

    I think the element you need to target in the shortcode is ‘.home .offcanvas-wrap‘.

    Worked with a other code! thankyou

    • This reply was modified 7 years, 5 months ago by kroesjeluc.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘100% header – frontpage’ is closed to new replies.