I have a website (g-floors.eu) and I want to make the background (in css I have defined a bg-image for the content) also responsive. Unfortunately I really don\'t have any i
Here is the best way i got.
#content { background-image:url('smiley.gif'); background-repeat:no-repeat; background-size:cover; }
Check on the w3schools
More Available options
background-size: auto|length|cover|contain|initial|inherit;