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;
}
Thanks for the reply, but maybe i did not get it. I added that in the Custom CSS, but it didnt do anything. :/
Do you have a page url I can view?
I was just getting it work 😀
But yes, the page is still the same
http://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.
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 🙂
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
Ok, thanks 🙂 and good luck with the future projects, and thanks for this plugin 🙂