-
Notifications
You must be signed in to change notification settings - Fork 147
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
Issue with Chatbox Avatar Display #691
Comments
Thanks a lot for opening the issue @OtokoNoIzumi! In case anyone ends up here via google, here's the solution for now: with solara.v.Avatar(color='#ff991f', size=400):
solara.HTML(tag="img", attributes={"src": 'https://picsum.photos/400', "width": "100%"}) You can see it live here. A proper solution to this in Solara would require some (visually) breaking changes, so we hope to include it in Solara 2.0. Until then the above workaround should suffice. |
iisakkirotko
added a commit
that referenced
this issue
Dec 23, 2024
4 tasks
iisakkirotko
added a commit
that referenced
this issue
Dec 23, 2024
iisakkirotko
added a commit
that referenced
this issue
Feb 3, 2025
iisakkirotko
added a commit
that referenced
this issue
Feb 4, 2025
iisakkirotko
added a commit
that referenced
this issue
Feb 4, 2025
iisakkirotko
added a commit
that referenced
this issue
Feb 5, 2025
iisakkirotko
added a commit
that referenced
this issue
Feb 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've encountered a display issue with the chatbox avatar in our application that I'm hoping you can help with. There appears to be consistent blank spaces on the left and top sides of the avatar image within the chatbox.
The text was updated successfully, but these errors were encountered: