Background video conditions

Hi there!

It would be great to have some conditions to choose like, “if video ends, the div shows” For now we can make a div and give it an interaction and tell it to wait with load. Option to choose that video should play only once would be cool too.

Cheers!

You can use a trick to get the same result. As the video loads at the load of the page, and as you know the lenght of the video, you can lay the video bg widget over a div containing what you want to show after the video has been shown, and build an OnLoad interaction on the Video Bg Widget that will fade out then pass the widget display:none after the desired duration.

3 Likes

Hi @vincent! Tanks for your idea!

Cheers!

1 Like