Viewing Background image full size

Background image full size



User: Paul C. 8 years ago
I would have a background image very large that fit also very large screens, as here:
http://www.diciommoandpartners.com/

There's a way in EverWeb to do it, without horizontal scrolling bars or other problems?

Thanks
User: Jumbo T. 8 years ago
This is the code they use :

<style type="text/css">
body {
background-color: #000000;
background-image: url('http://www.diciommoandpartners.com/wp-content/uploads/2015/07/background_Diciommo-Partners_Definitivo3.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: scroll;
}
</style>

Paste it in the Header Code Box of the site, the page, or the master.

To use you own image, right-click the image of your choice in Assets and copy the path.

Like this : "{!-ASSETSPATH-!}Images/mybackgroundimage.png".
✔ Best Answer  
User: Paul C. 8 years ago
Thank you Jumbo T.!


Post Reply
You must login or signup to post.