I have been busy at this for too long. Have looked at other questions and answers and NONE of them seem to help me. Tried very many things.
What I want is to have a background image in the middle of the screen and when you make the browser smaller, the image should keep its size and stay in the middle of the screen, so the left AND right site of the background should fall out of the screen and the middle stays visable. p.s. I do see that the image gets cropped vertically a little bit too.
For example: http://www.jandekeyzer.be/ The slider background image does exactly what I want to have... What is the trick to do this.
Background-position center center, etc, does not do the trick. I am missing something. I have the code in the style.css. At this moment (since it didnt help) I stripped it down to only background-repeat: no-repeat; background-position: center center; (but even this does nothing).
Who can help me?