I've noticed that on some pages the background image doesn't fill to the bottom of the page, leaving a gap.
I made sure the bg image was the same size as the originals, should it be bigger?
body { background-attachment:fixed; }
body { background-size: cover; }
Pawel F wrote:
- Code: Select all
body { background-size: cover; }