Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS resizing of background image in block Reply To: resizing of background image in block

#282305
mrroy44
Participant

Can you tell me please how that would look in CSS?

For instance with this image background-image: url(rsz_foto-340-bewerkt.jpg);

Something like this? (which doesn’t work of course ;-) )

body {
background-image: url(https://weddingreport.nl/wp-content/uploads/2018/05/rsz_foto-340-bewerkt.jpg);
background-size:cover;
}

I don’t know if I would need to name the complete url including all subfolders?