-
Notifications
You must be signed in to change notification settings - Fork 82
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
How could we include images from our computer? #19
Comments
You should encode image via base64
|
Thanks @apolivin, this works for me. However, I get a 400 error when the image is too large. This might be related to #34 |
The image within this activity is tiny. Is there a way to post a properly-sized image? |
OK, maybe you could update the docs that you can easily use HTML for larger images? 🙈 Thx for the great package! |
You can include an image as HTML, in a text block, as follows:
|
@LeonardoSanBenitez I know how to do it now but it's not mentioned in the docs 😃 |
I want to attach about 119Kb png file. This message is too long to display here. Please visit the external source app to view the message. How can i attach image? |
It's a limitation of the api. The error message is suggesting you make the image available via external service, then link to it. |
It's only possible to add images from a URL, right?
Also, the hero image in the center would be super cool to have, if possible.
Thanks so much!
The text was updated successfully, but these errors were encountered: