Website Building » Wix » Can You Have a Video Background on Wix?

Can You Have a Video Background on Wix?

Last updated on January 4, 2023 @ 8:21 pm

Yes, you can have a video background on Wix. You can use a video as your background by adding it to your site’s HTML code. To do this, add the following code to thetag of your site’s HTML code:

PRO TIP: Video backgrounds can be distracting and make it difficult to read the text on your website. They can also slow down your website if they are not compressed properly.
<video autoplay loop muted>
  <source src="your-video-file.mp4" type="video/mp4">
  Your browser does not support the video tag.
</video>

You can also use a video as your background by adding it to your site’s CSS code. To do this, add the following code to your site’s CSS code:

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

body {
  background-image: url("your-video-file.mp4");
}

Yes, you can have a video background on Wix by adding it to your site’s HTML or CSS code. This can create an immersive and engaging experience for your visitors.

Drew Clemente

Drew Clemente

Devops & Sysadmin engineer. I basically build infrastructure online.