|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions stretch the background image of the site? |
stretch the background image of the site? |
laserist, This should help
Code #wrap {background: url(images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;} To busy building a passive income online ;)
|
laserist, Just add it it will work but i would recommend you to do this:
Find your HTML css code replace it by this Code html { background: url(images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } do this instead of using the wrap background , as it's always at least the height of the browser window Added (2014-02-01, 1:18 AM) To busy building a passive income online ;)
|
| |||
| |||