I have the following code for a background image on my site.
#bg {
height: 200%;
left: -50%;
position: fixed;
top: -50%;
width: 200%;
}
<div id="bg">
<img alt="" src="sites/all/themes/marques/images/sponsors.png" id="bg1">
</div>
Link is here:
http://dev-marquesogden.pantheon.io/sponsors
I'm trying to make the image (although very large, to fit within the background.
Any ideas?