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
Just two lines of code, it works.
#content { background-image: url('../images/bg.png'); background-size: cover; }