fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

Dillo browser

@kev could you configure your nginx server to send content-type: image/webp for .webp images in your blog?, it is currently sending text/plain and failing to render in Dillo. Example: kevquirk.com/media/pages/blog/

@dillo @kev

It is currently sending out:

Content-Type: text/plain

.

This is the problem, you need to configure load mime-type configuration file:
include       mime.types;
and mime.types should not be 10~15 years old and contains definition for webp:
image/webp                            webp;
Does Dillo support AVIF images?

CC: @dillo@fosstodon.org @kev@fosstodon.org
Made some tests, no support for:
* SVG
* AVIF
* UTF-8 URL transcoding
* display of at least UTF-8 Chinese fonts

Know a bit more about the limits. That is one of the rare to work on very low end RISC-V SoC AllWinner D1 with X11.

CC: @dillo@fosstodon.org @kev@fosstodon.org

@dillo Can you test again please? I’m not at my computer, but I just make a quick change. If that doesn’t work, I’ll troubleshoot it properly tomorrow.

@dillo Fab. Sorry I missed that, but thanks for letting me know. 👍