Added an image to the page background by reference, but the image is too big. How to make it so that it scales under the browser window and does not stretch, but simply changes its size?
body { background: url('http://i.imgur.com/DhrzPPd.jpg'); } Added an image to the page background by reference, but the image is too big. How to make it so that it scales under the browser window and does not stretch, but simply changes its size?
body { background: url('http://i.imgur.com/DhrzPPd.jpg'); } Source: https://ru.stackoverflow.com/questions/715283/
All Articles