Silentfood
03-29-2013, 02:42 PM
So I've been tweaking around with a few images and code on the VaultMP website. I managed to do this which I thought was pretty nice and made the site feel a lot better.
I changed the background image to a blurred image of an in-game screenshot (and this will probably work for other screenshots too). It went from this:
199
200
I only noticed it had an issue with the top banner which will need a change/update anyway due to the drop of New Vegas support, but I liked having the background because of the appeal it gave off.
For reference I used the following background:
201
...and the following code:
html {
background-image: url("https://website.com/background.png");
background-repeat: no-repeat;
background-attachment: fixed;
}
I changed the background image to a blurred image of an in-game screenshot (and this will probably work for other screenshots too). It went from this:
199
200
I only noticed it had an issue with the top banner which will need a change/update anyway due to the drop of New Vegas support, but I liked having the background because of the appeal it gave off.
For reference I used the following background:
201
...and the following code:
html {
background-image: url("https://website.com/background.png");
background-repeat: no-repeat;
background-attachment: fixed;
}