html - Stretch and scale CSS background - Stack Overflow
Is there a way to get a background in CSS to stretch or scale to fill its container? ... For modern browsers, you can accomplish this by using: body { background-image: url(bg.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o ......