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

Image components doesn't render data URIs #267

Closed
nuno-andre opened this issue May 18, 2024 · 2 comments
Closed

Image components doesn't render data URIs #267

nuno-andre opened this issue May 18, 2024 · 2 comments

Comments

@nuno-andre
Copy link

Data URIs (data:image/jpeg;base64,{content}) are not rendered by dmc.Image (which returns a src="about:blank") or dmc.Avatar (which renders the default placeholder).

However, html.Div renders the same URI properly.

@AnnMarieW
Copy link
Collaborator

related to #256

@nuno-andre
Copy link
Author

@AnnMarieW Thanks. I searched for "data URI/URL" and didn't find it. Closing as dupe.

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

No branches or pull requests

2 participants