issue with CDN and relative paths
-
Hi there,
I noticed an issue with relative path handling using a CDN. When having in my CSS something like this
background: url('../images/icons.png')
it will not be converted to absolute paths as expected , like:
background: url('https://www.example.com/ [path-to-image] /images/icons.png')
Can this be fixed please. Otherwise the images cannot be loaded from a CDN.
thx and regards,
Lars
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘issue with CDN and relative paths’ is closed to new replies.