I have a bit of an issue with my background video.
When I was using the “video” option, I could only have a small video.
Now that I am using the youtube option, I can have whatever length video but it doesnt continue playing. Also have the issue of seeing the youtube items (Youtube logo, Play Button and Video Name).
That is not a background video element. It is a video embed. Youtube branding is usually on Youtube videos. You can explore the Youtube API to see options, or choose an alternative like Vimeo that has professional features like removing branding. You will need to use embeds to use advanced display features, not available in the video element.
Hi all, I’ve been trying to get this to work myself and getting very confused by all the posts (most I couldn’t understand so couldn’t get to work). Thought this might be of use for you all reading this.
Just paste in your youtube web link in and then turn off and on options of what you want (e.g loop, modest branding etc) and this automatically generates code that your can paste in Webflow html embed box. However, please note for the looping to work you have to set-up a playlist in Youtube (even if it’s just the one video) and then use the playlist ID dropdown menu. You do however still get a flicker of youtube branding when it starts to loop each time.
To get your video responsive, change your height and width both to 100% in the code, then give video Class and use 56.25% bottom padding (16:9 ratio), change height to 0 px and change position to relative (see screenshot attached).