rystaf / mlmym

a familiar desktop experience for lemmy
GNU Affero General Public License v3.0
246 stars 16 forks source link

Please add support for .webp images #99

Closed Scotty-Trees closed 1 month ago

Scotty-Trees commented 6 months ago

When browsing the main old.lemmy.world homepage, when clicking the plus sign, it expands images like pngs just fine. But when the image is a webp image, it loads nothing. And when I click the headline of the article that directs to the webp image, I get an error thrown out that looks like the following. Please let me know if you need any more information. This was tested on Firefox 121 on Fedora 39 Gnome with mlmym v0.0.30

Screenshot from 2024-01-12 13-31-39

Screenshot from 2024-01-12 13-30-22

ollytom commented 3 months ago

Looks like a server-side problem with lemmy.zip. In the screenshot you posted, the error message reports being unable to connect to a backend service Lemmy uses to serve pictures.

webp seems to be supported ok; see https://old.programming.dev/post/12679593 (for me running OpenBSD 7.5, Firefox 124.0.1)