Home › Forums › CSS › resizing of background image in block › Reply To: resizing of background image in block
February 6, 2019 at 5:58 am
#282305
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?