Background Video with CDN

I’d like to add a background video to a hero section. Easy with self hosted/YouTube etc. But is there a way to do this with a service such as Bunny Stream? It must be auto playing background video.

1 Like

I am having the exact same situation right now, and have the same question. Not sure how to best do this.

Interested in this too…

Me too . It would be amazing if Bricks can just add bunny along side YouTube and Vimeo

Hey everyone!

I came across this thread and ended up finding a way to use any CDN link for a background video.

Basically, you just need to use custom HTML tags and create it just as you would with HTML.

I’ve just made a video tutorial and posted it to YouTube:

I’ve also made a free component which already has the full structure set up - you can copy it here and paste it to your site with one click.

Please note that you need to use the ‘source’ HTML tag which is, by default, not allowed in Bricks. I’ve made a free plugin which allows you to add any HTML tag in Bricks, you can get that here. You can also add a filter to your functions.php file if you don’t want to use additional plugins.

Hope this helps!!