Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi LiSynd,

    The plugin itself doesn’t have any way of setting the height on a row as that would usually be done by the theme, but you can do that with CSS. Target the row and add min-height: 100vh;.

    E.g. where your row id is 39…

    #pl-39 .so_video_bg_row {
        min-height: 100vh;
    }
    Thread Starter LiSkynd

    (@liskynd)

    Thanks for the reply, but maybe i did not get it. I added that in the Custom CSS, but it didnt do anything. :/

    Plugin Author GusRuss89

    (@gusruss89)

    Do you have a page url I can view?

    Thread Starter LiSkynd

    (@liskynd)

    I was just getting it work ??

    But yes, the page is still the same
    https://www.123testing.djwelho.com/

    EDIT
    I added the code directly to the “Row Styles” panel in the SiteOrigin editor, and that did the job …. i guess.

    Thread Starter LiSkynd

    (@liskynd)

    Hey, BTW is there any way to make the video stop playing when visitor scrolls down … like in Facebook?

    Anyway, thanks for your help. I think it works now ??

    Plugin Author GusRuss89

    (@gusruss89)

    Hi LiSkynd,

    There’s not currently a way to stop playback on scroll, however because the videos are muted there’s also not really as much of a need to do it. It would be purely for bandwidth/download purposes.

    I might build that in at some point in the future, but as I said it doesn’t exist right now.

    Thanks,
    Angus

    Thread Starter LiSkynd

    (@liskynd)

    Ok, thanks ?? and good luck with the future projects, and thanks for this plugin ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘100% Fullscreen cover’ is closed to new replies.