this post was submitted on 07 Jun 2023
10 points (100.0% liked)

Lemmy Support

4647 readers
3 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

To help keep hosting costs down I want to link to remote images instead of uploading them. But I also want them to be rendered inline/embedded in the post. At least from Jerboa client I don't see a way to do that.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] nachtigall@feddit.de 9 points 1 year ago* (last edited 1 year ago) (5 children)

You should just be able to insert the image URL directly to the URL field (for posts) and for comments or post bodies you should be able to use markdown formatting to achieve that. For example if you enter ![](https://static.pexels.com/photos/45201/kitty-cat-kitten-pet-45201.jpeg) it should render the following image inline:

The format for embedding images in markdown is ![optional_description](image_url_here).

[โ€“] baronvonj@lemmy.ml 2 points 1 year ago

Thanks! I was unaware of that markdown syntax.

load more comments (4 replies)