For example, if your background image is contained in the body tag, then CSS should contain the purpose of the background image, and then include:
top: 0;
bottom: 0;
left: 0;
right: 0;
This path — when the window is resized — the background immediately changes with it. The same principle for providing overlays for modal dialogue.
source
share