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

[QUESTION] Base64 images not showing? #1405

Open
mehmetemregokberk opened this issue Jan 2, 2024 · 1 comment
Open

[QUESTION] Base64 images not showing? #1405

mehmetemregokberk opened this issue Jan 2, 2024 · 1 comment
Labels

Comments

@mehmetemregokberk
Copy link

mehmetemregokberk commented Jan 2, 2024

Hi,

My html data includes base64 image data but i can't show the image. All other things showing except image. I'm adding my data sample... What might cause the problem?

<p><b>Details</b></p><p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAASwCAYAAADrIbPPAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/....

@Rishab-ms
Copy link

it works if you just pass the data after the first comma to the base64 decoder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants