We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are face an issue with background-image inline style. The image couldn't display if image saved in a folder with capital letters, got 404.
background-image
404
By looking at the implementation, it seems the problem is resulting from this line of code:
https://github.com/wrakky/react-html-parser/blob/f28597ee0d010d4142d0077c911868de69535efd/src/utils/inlineStyleToObject.js#L23
Please help to fix the issue, Thanks.
Derek
The text was updated successfully, but these errors were encountered:
I met the exact same problem and created a PR on this: #85
Sorry, something went wrong.
No branches or pull requests
We are face an issue with
background-image
inline style. The image couldn't display if image saved in a folder with capital letters, got404
.By looking at the implementation, it seems the problem is resulting from this line of code:
https://github.com/wrakky/react-html-parser/blob/f28597ee0d010d4142d0077c911868de69535efd/src/utils/inlineStyleToObject.js#L23
Please help to fix the issue, Thanks.
Derek
The text was updated successfully, but these errors were encountered: