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

Render more than one <img> in SetHtml() #20

Open
Naahks opened this issue Sep 3, 2024 · 1 comment
Open

Render more than one <img> in SetHtml() #20

Naahks opened this issue Sep 3, 2024 · 1 comment

Comments

@Naahks
Copy link

Naahks commented Sep 3, 2024

Is theire a solution, where more than one embedded Image can be rendered? At the Moment i can only parse one, and especially only the first one in the html-string, image which is getting rendered. The code is looking like this:
handler.OverloadImgReceivingFunc((s) => { return GetImage(s); });

But only one Image is rendered.....

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
@Naahks and others