5
How can a link post also have an image?
(beehaw.org)
Support and meta community for Beehaw. Ask your questions about the community, technical issues, and other such things here.
A brief FAQ for lurkers and new users can be found here.
Our September 2024 financial update is here.
For a refresher on our philosophy, see also What is Beehaw?, The spirit of the rules, and Beehaw is a Community
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
You can't. There's only one URL field you can use, and it can be a link or an image (or video).
When you post a link, the server will try to fetch the metadata for it (title, description, thumbnail image, and/or embedded video). So what you're seeing on posts that have a URL and an image are the thumbnail images provided by the metadata fetch of the link that's posted.
Workaround is to put the image in the body with the inline syntax:
![Image alt text](https://image.url/image.jpg)
Oh, hmm, so why on youtube videos does the image fetch sometimes work and sometimes not, and same for other URLs, I assume. Do I need to enter the full youtube.com url and not the youtu.be one?
This is very confusing to me why it wouldn't be able to fetch all the images associated with a URL for me but seems to work flawlessly for others, unless I am seeing it in the body and mistakenly assume it's attached to the URL.
Hmm. More testing is required I guess.
Thank you for the workaround!
It all depends on the Lemmy server making the fetch. Many Lemmy instances are run from various VPS's, and sometimes sites block IP ranges from certain cloud providers or Cloudflare might not let them through unchallenged. If the server can't fetch the details, it won't have the thumbnail image.
I think it also depends on the instance's pict-rs configuration as well. If the thumbnail it fetches is larger than the max size configured for pict-rs, it won't fetch it. There's some other weirdness with that process, but I'm not sure enough to even try to explain it lol.
Ah, thanks so much for explaining! This makes sense, yeah.