yes, I also have the ending “.jpg” in the image name
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
P
Offline
Posts
-
RE: custom.css ......body???
-
RE: custom.css ......body???
Failed to load resource: the server responded with a status of 404 (Not found) sku.jpg.:1
-
RE: custom.css ......body???
I fixed it, but the image still doesn’t appear
body {
background-image : url(‘http://localhost:8080/sku.jpg.’);
background-size: cover;}
-
RE: custom.css ......body???
body {
background-image : uurl(‘http://localhost:8080/sku.jpg.’);
background-size: cover;}
-
RE: custom.css ......body???
I copied it directly into custom .css…but it still doesn’t work
-
RE: custom.css ......body???
and should I enter that in custom .css?
body {
background-image : url(‘http://localhost:8080/sku.jpg.’);
background-size: cover; -
RE: custom.css ......body???
sku.jpg (its my file) and is found in MagicMirror/sku.jpg
-
RE: custom.css ......body???
but in which line in the tree should I edit (configure) just write the path there…or?