Closed jimiwhite1020 closed 7 years ago
With the old version, the background-image on mobile is not working when the image url has some spaces in it.
background-image: url(blah blah); /* not working! */
So, I just added quotation mark so that the style should look like this:
background-image: url('blah blah'); /* fixed! */
With the old version, the background-image on mobile is not working when the image url has some spaces in it.
So, I just added quotation mark so that the style should look like this: