Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
full, scaled background on default theme
Hi folks,
Once upon a time a i got some skills in css/php but time changes and in the web it changes very fast The background should work like on http://ringvemedia.com/
Well, I tried to add this to the body tag in the css file:
but that only worked on the activities page corectly..
Someone got an idea or do i need to flickr around?
Cheers
Tasmas
Once upon a time a i got some skills in css/php but time changes and in the web it changes very fast The background should work like on http://ringvemedia.com/
Well, I tried to add this to the body tag in the css file:
background-image: url(background.jpg);
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
but that only worked on the activities page corectly..
Someone got an idea or do i need to flickr around?
Cheers
Tasmas
Tagged:
2
Comments
background: #fff url(background.jpg) center center fixed no-repeat; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; -khtml-background-size: cover; background-size: cover;