๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ Rosy-Crow-Issues โ€บ 42 captured on 2023-12-28 at 16:26:28. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2024-07-09)

-=-=-=-=-=-=-

[#42] Image links don't open correctly

With inline images enabled, clicking an image in order to open it results in the image being incorrectly shown as garbage text.

Here is an image to test with:

/u/Addison/image/207.png

#bug

๐Ÿž Issue #42 in s/Rosy-Crow-Issues

๐Ÿ Addison

Dec 04 ยท 3 weeks ago

2 Comments โ†“

๐Ÿ Addison ยท Dec 04 at 09:36:

I've noticed this on different hosts, so I do not think it's an incorrect MIME type.

๐Ÿ Addison ยท Dec 04 at 17:47:

This happens because the inline images are displayed using base64-encoded data URLs. Clicking on them tries to open the data itself (the contents of the image) as a new page.