What Size does the image need to be to fit perfectly? mine was too big
Announcement
Collapse
No announcement yet.
VB cloud how to change background image of your forum
Collapse
X
-
I don't know if this is something that will help you, but just in case, it's another option to spruce up your page and is super easy. I do it just randomly depending on season or relative events going on in our area.
Just paste this code into CSS Editor, and add an image URL you have uploaded to a site like Imgur, Photobucket or VB File Manager, into the 2 places it says "Photo".
Code:/*URL changes the forum photo background of outside edges*/ html { background: url(Photo) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } [USER="3396"]media[/USER] only screen and (max-width: 640px) {html {background: url(Photo) }}
You can also change Header > header_background to transparent.
And you can do Global > content_background to transparent.
And Breadcrumbs > breadcrumb_background to transparentLast edited by Flash04jv; Sun 30 Oct '16, 9:22am.
Comment
Related Topics
Collapse
-
by HectorskyHi.
I was trying to add image as a forum background via admincp>body_background
But looks like no changes. Do I'm doing something wrong?...1 Photo-
Channel: Support Issues & Questions
Wed 17 Oct '18, 10:29am -
-
by FinaticI am trying to add a repeating background image to my site via the style manager to replace the solid color background. I need help. I thought I could just direct link the image from Photobucket but no...
-
Channel: vB Cloud Support & Troubleshooting.
Fri 4 Mar '16, 12:05pm -
Comment