Read the statement by Michael Teeuw here.
custom.css ......body???
-
@piki yes,
you should be able to use the developers window to add that to test outselect the body element and add in top right
-
I copied it directly into custom .css…but it still doesn’t work
-
@piki can you show the custom.css entry
-
body {
background-image : uurl('http://localhost:8080/sku.jpg.');
background-size: cover;}
-
-
I fixed it, but the image still doesn’t appear
body {
background-image : url('http://localhost:8080/sku.jpg.');
background-size: cover;}
-
@piki and if you open the developers window, elements tab , select the body element
is the css selected
and are there any errors? (in the console tab) -
@piki said in custom.css ......body???:
/sku.jpg.');
you also have a trailing . in the image name, ‘jpg.’
-
Failed to load resource: the server responded with a status of 404 (Not found) sku.jpg.:1
-
@piki still the trailing comma
but, I tested here, needs to be in a subfolder of MagicMirror, config worked