+ 1
How to insert background picture?
3 odpowiedzi
+ 5
You can set the Background via Javascript like this
document.body.style.backgroundImage = "url("Here goes your url")";
+ 5
Here is an example:
https://code.sololearn.com/W7Pi6HbB1jp4/?ref=app
0
kkkk