MyBB Community Forums

Full Version: Youtube video as background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Alright now listen here and listen good son, and don't ask too many questions.

I need the background of my website to be a Youtube video or flash file or something of the sort. How can I achieve that?

Remember.. no questions.
How is this in security management and support?
To change the background, you've to edit .body and #container classes in your theme's global.css , add background-image attribute with URL to the image you want to use as background. Something like this;
background-image: url(PATH OF IMAGE GOES HERE);
What if I don't want it to be an image? I.e; I want a flash file or video.