Sun, 2016-07-03 20:14
I have set a background image to my page, but I would like it to 'shrink' as the browser window shrinks, therefore fitting all resolutions.
I tried simply putting the image as width: 100% but this didn't work.
Is it possible and if so how please?
Sun, 2016-07-03 22:58
#1
background-size
Since you didn't post your code or give us a link, my suggestion is made somewhat blindly, but will probably work. See CSS3 background-size property.
cheers,
gary