I have a background pattern which I want to be repeated both vertically and horizontally. I use background-repeat:repeat;
for body
and it works fine, but when I resize the page (using Viewport Resizer) to a mobile/tablet screen a part of the background becomes white. What can be causing the problem?
Asked
Active
Viewed 172 times
1

dirigibleplum
- 137
- 2
- 2
- 12
-
1Do you have a min-width set? See: http://stackoverflow.com/questions/7493425/background-image-doesnt-repeat-when-browser-window-is-smaller-than-content – Liftoff Mar 03 '14 at 00:13
-
No, I haven't, but thanks for trying to help! :) – dirigibleplum Mar 07 '14 at 13:11