Skip to content
New issue

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

Fix image does not show if url contains space #14

Merged

Conversation

gilvent
Copy link

@gilvent gilvent commented Jul 13, 2021

Overview

What is the feature/bug?

Currently, image does not show if the provided url contains spaces.
This is because css url property is not quoted.

What is the solution?

Wrap the url with double quote

References

https://developer.mozilla.org/en-US/docs/Web/CSS/url()

@gilvent gilvent changed the title Fix image not showing for non image url Fix image does not show if url contains space Jul 14, 2021
@havban havban merged commit ecc385f into bliblidotcom:master Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants