akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.05k stars 1.51k forks source link

Chat UI - support Base64 images #2228

Open KyleCser opened 4 years ago

KyleCser commented 4 years ago

Issue type

I'm submitting a ... (check one with "x")

Issue description

Current behavior: You can only use png, jpeg, or gifs from URLs

Expected behavior: Support base64 encoded images

Angular, Nebular

Angular CLI: 8.3.20
Nebular: 4.5.0
AbdallahAbdedaiem commented 4 years ago

I guess you're talking about avatar, cause I'm passing a base64 image to avatar parameter of message but no avatar is shown. Did anyone faced and solved this issue??