With this code in CSS, it works. The image must be placed in Resources.
You can change position to center, top or bottom, left top, left bottom … etc…
#siteHeader { background-image: url(%resource(your_image.jpeg)%); background-position: center; background-size: cover; }
