-
Hi. I set the baseurl "a/b/c" . but all the function call after import_css, I see baseurl is never used including get_img_size. Am I miss something ? |
Beta Was this translation helpful? Give feedback.
Answered by
tordex
Dec 9, 2024
Replies: 1 comment
-
the Generally the rules for baseurl:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
octalflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the
baseurl
you set in theimport_css
is applied to the URLs in this imported CSS only. For example for background images.Generally the rules for baseurl:
set_base_url
to save base url from<base>
tagdocument_container
implementation should know it.baseurl
argument if it is not empty. Ifbaseurl
is empty, use the calculated default baseurl.