XF 1.2 Background Image Problem

Frode789

Well-known member
So my background image keeps "skipping" when I browse my forum index. This only occurs on the index page. Check the link to see what I mean: http://www.worldofdota2.com/forums/

I thought it was related to my backstretch js script that I use, but I disabled it, and the problem still persists.
 
I tried to add:
Code:
html {   background: url(URL) no-repeat center center fixed;   -webkit-background-size: cover;   -moz-background-size: cover;   -o-background-size: cover;   background-size: cover; }

To fix the background-image not scaling properly on different resolutions. This code works perfect in WP. However, in Xenforo the image keeps skipping on different pages. (index for example). How come? Link in first post.
 
Last edited:
Top Bottom