this post was submitted on 07 Jun 2023
10 points (100.0% liked)
Lemmy Support
4652 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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)
.Very eductional!
Edit: the obnoxious shaking of the previous gif became too irritating for my eyes
Thanks. Btw since when is it possible to have animated avatars? :o
Not really sure myself tbh. afaik gifs have never really been supported, but when I recently saw another instance using animated community icons, I saw that they were using .webp instead. And since then I have had an animated webp profile picture.
Very cool!
Thanks! I was unaware of that markdown syntax.