“background-image:url” incorrect
-
If you use subdomain for relative URLs, the “background-image: url” link will not be exported correctly.
* Setting
Simply Static ? Settings
Use relative URLs “/subdomain/”* Original Source
<section style=”background-image:url(‘https://domain/subdomain/uploads/hoge.jpg’);”>* Output Source
<section style=”background-image:url(‘/uploads/hoge.jpg’);”>* Expect Source
<section style=”background-image:url(‘/subdomain/uploads/hoge.jpg’);”>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘“background-image:url” incorrect’ is closed to new replies.