Different header image on each page

Please excuse my bad english

I would like to display the header on each page a different picture.
As on this page: www.vrouwendievanserieshouden.nl

I posted an image off my problem.

I hope you can help me.

Hi,

You can change it via Custom CSS, use this in Appearance -> Customize -> Additional CSS,

.page-id-12 #header {
    background-image: url("http://lorempixel.com/400/200/") !important;
}

where 12 is the Page ID you want to change the header image, and give the image URL, in above I gave a dummy URL.

Let us know,

Thanks,
laranz.