@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: https://kevquirk.com/media/pages/blog/year-2-at-the-smallholding/05614e701c-1730903864/garage-then.webp
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?
@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.
@kev thanks!, it works :-)
@dillo Fab. Sorry I missed that, but thanks for letting me know.