Does Pale Moon support AVIF?
Forum rules
This General Discussion board is meant for topics that are still relevant to Pale Moon, web browsers, browser tech, UXP applications, and related, but don't have a more fitting board available.
Please stick to the relevance of this forum here, which focuses on everything around the Pale Moon project and its user community. "Random" subjects don't belong here, and should be posted in the Off-Topic board.
This General Discussion board is meant for topics that are still relevant to Pale Moon, web browsers, browser tech, UXP applications, and related, but don't have a more fitting board available.
Please stick to the relevance of this forum here, which focuses on everything around the Pale Moon project and its user community. "Random" subjects don't belong here, and should be posted in the Off-Topic board.
-
marigold
- Moonbather

- Posts: 61
- Joined: 2023-05-26, 17:45
Does Pale Moon support AVIF?
Recently came across this site - https://arthur.pizza/2025/12/animated-a ... odern-web/ - that talks about AVIF. Pale Moon however doesn't display the animated AVIF media in it (AV1 is enabled in PM). The site works fine on Firefox though. Doesn't Pale Moon support AVIF? (If no, I think it should). The argument for this - I am quite aware of the competing JPEG-XL format, which, like many of you, I do consider to be technically superior to other current offerings in this field. My argument for AVIF is simply from the users perspective - they particularly don't want to care about any "codec wars" and just want their browser to display a site properly. If Pale Moon doesn't support some media format and breaks any website with such media content, the lay user is likely to just assume that Pale Moon is "broken". Especially when other browsers display the site "properly". Also, while many of us may not like the way Google is pushing these formats, let's not forget that while these codecs may be inferior, they are still open source, patent-free codecs, and it is still in all our better interest that they become popular (and hopefully improve).
-
RealityRipple
- Keeps coming back

- Posts: 956
- Joined: 2018-05-17, 02:34
- Location: Los Berros Canyon, California
Re: Does Pale Moon support AVIF?
Please use the search feature before making duplicate topics, particularly for things that have already been heavily discussed.
-
Moonchild
- Project founder

- Posts: 39652
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Does Pale Moon support AVIF?
Despite this already being discussed before on the forum, providing an answer here anyway to address the particular issues with this question.
No, it does not. See other threads.
Then they should use a ubiquitous image format (JPG, PNG, etc.) or leverage one of the many browser-agnostic methods to fall back to a ubiquitous format if AVIF isn't supported, e.g. content negotiation using the standard http Accept: header.
No, AV1 is royalty-free, at least for now, but not patent-free! It is patented and falls under a licensing scheme, which has even been contested in the EU as harming innovation. See https://en.wikipedia.org/wiki/AV1#Patent_claims
"Sales hates anything that can't be turned into a confident sentence." - anonymous warehouse worker
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
marigold
- Moonbather

- Posts: 61
- Joined: 2023-05-26, 17:45
Re: Does Pale Moon support AVIF?
Thank you for your patience in kindly explaining the facts.
By user, I meant the end average user browsing a site, not the web developer. Sadly, due to historic reasons we know that browser engine developers decided to be "kinder" to poorly coded HTML to make it easier for websites to be created and thus XHTML and strict parsing is not the norm. All that has just made current web developers more lazy and careless, in my opinion. Most of them today don't even bother testing their sites with any browser other than Chrome. My concern was just to make Pale Moon browser more user-friendly - to grow Pale Moon's user base, we need to be accommodating to the needs of the lay browser user who often are not advanced users like us. While AVIF with AV1 may have be an inferior product, Pale Moon should consider supporting it because it is open source and its patents are royalty-free (not, as I mistakenly assumed patent-free). If you cannot for some other reasons (like legal ones), I suggest at least displaying an in-place user-friendly message to the user informing them that AVIF is currently not supported; e.g.:Then they should use a ubiquitous image format (JPG, PNG, etc.) or leverage one of the many browser-agnostic methods ...
(Ofcourse, this doesn't mean we need to sacrifice the core values behind Pale Moon - like the reason for not including DRM in it. Instead, we need Pale Moon fail "gracefully" - in a user-friendly manner - when a Pale Moon user encounters a website with DRM or AVIF, while educating the user about the failure to load some content).AVIF media not loaded - Pale Moon currently doesn't support rendering AVIF content for <explanation>
-
Gemmaugr
- Keeps coming back

- Posts: 753
- Joined: 2025-02-03, 07:55
Re: Does Pale Moon support AVIF?
The normal user sadly has no idea (or don't care) what's happening in the background for these kinds of API's and features, and would lead to the google monoculture having been able to implement FLoC, Topics, WEI, and now PerformanceObserver. That would mean a total absence of privacy, even more bloat, and a walled garden internet. Again, something most browser end users don't really mind..
This would be good though. Also notifying the site developers at the same time (if CSP reports aren't already doing that?).marigold wrote: ↑2026-02-01, 14:04(Ofcourse, this doesn't mean we need to sacrifice the core values behind Pale Moon - like the reason for not including DRM in it. Instead, we need Pale Moon fail "gracefully" - in a user-friendly manner - when a Pale Moon user encounters a website with DRM or AVIF, while educating the user about the failure to load some content).AVIF media not loaded - Pale Moon currently doesn't support rendering AVIF content for <explanation>
||OS: Win 10 | CPU: i7 10700 | GPU: GeForce RTX 3070||
"Judge a person not by their superficial identity attributes, but by the content of their character."
"Organized Identity Politics are the bane of civilized society."
"Judge a person not by their superficial identity attributes, but by the content of their character."
"Organized Identity Politics are the bane of civilized society."
-
Moonchild
- Project founder

- Posts: 39652
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Does Pale Moon support AVIF?
So what are you expecting? That the browser informs the user instead of supporting the format with an infobar or something? That is unfortunately just not feasible - it will combat with fallbacks because it means we can't treat it as a failure on the web side; if we do it would lead to a website that does do it properly falling back to a supported format but the browser still throwing up a message which is what we don't want either. There is no way to "fail gracefully" here. We either support it or we don't. If we don't, then we either thrown an error and prevent fallbacks, or we let the website handle it (which will either succeed or fail, depending on what the webmaster does.
My remark was indeed what webmasters should do, not anything the user can or should do.
"Sales hates anything that can't be turned into a confident sentence." - anonymous warehouse worker
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
Stargate38
- Fanatic

- Posts: 103
- Joined: 2018-05-27, 22:55
- Location: Earth
Re: Does Pale Moon support AVIF?
Could you please add AVIF support to PM? I don't care how bad/inefficient the format is, I just want to see support for it, preferably before v35.0.0. I see no valid reason why it could never be added, unlike DRM. There are some websites that use that image format without fallback (i.e. Quanta Magazine), and I don't want to have to use alternate browsers just to view those websites. Maybe port it over from FF, if possible.
-
back2themoon
- Knows the dark side

- Posts: 3309
- Joined: 2012-08-19, 20:32
Re: Does Pale Moon support AVIF?
My non-requested advice to users facing this problem: you should immediately contact these websites first. Tell them they should provide fallback because AVIF is NOT a global/ubiquitous standard where image formats are concerned, and not everyone is using Chrome and the like.
I had this problem with a single website, I contacted them and they did solve it.
As for Pale Moon native AVIF support then sure, it'd be nice to have, but I suspect there are far more pressing Web Compatibility issues than this.
I had this problem with a single website, I contacted them and they did solve it.
As for Pale Moon native AVIF support then sure, it'd be nice to have, but I suspect there are far more pressing Web Compatibility issues than this.
You are assuming that it's a fairly simple "copy/paste from Firefox" affair. I can only assume it is not.Stargate38 wrote: ↑2026-03-04, 23:59I just want to see support for it, preferably before v35.0.0... ... Maybe port it over from FF, if possible.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
-
Basilisk-Dev
- Astronaut

- Posts: 695
- Joined: 2022-03-23, 16:41
- Location: Chamber of Secrets
Re: Does Pale Moon support AVIF?
How often are websites actually using the AVIF format? Is that becoming more common?
-
vannilla
- Moon Magic practitioner

- Posts: 2575
- Joined: 2018-05-05, 13:29
Re: Does Pale Moon support AVIF?
For what it's worth I found AVIF in very few places, most of them being news websites and only one or two being "user-run" (for a lack of a better word). The news sites were "large" ones, the more local news used other long-standing formats.Basilisk-Dev wrote: ↑2026-03-06, 13:27How often are websites actually using the AVIF format? Is that becoming more common?
It's only anecdotal evidence and it doesn't reflect anything but my own experience, but from that personal experience my point of view is that AVIF is barely in use and in places where swapping the file with something else is oftentimes trivial and all it takes is a polite e-mail or two.
-
dinosaur
- Fanatic

- Posts: 231
- Joined: 2014-06-03, 09:26
- Location: France
Re: Does Pale Moon support AVIF?
Yes, it is... Just had one of my usual sites switching to it for image previews.Basilisk-Dev wrote: ↑2026-03-06, 13:27How often are websites actually using the AVIF format? Is that becoming more common?
It would be nice to get AVIF support in PM.
-
athenian200
- Contributing developer

- Posts: 1933
- Joined: 2018-10-28, 19:56
- Location: Georgia
Re: Does Pale Moon support AVIF?
I think the issue with adding it is that it would mix image processing and video processing code in a way we're not all that comfortable with. I think other formats let us separate those concerns in a way AVIF wouldn't, or at least that's my thinking.
So does this mean the worst possible format is winning? I really hope the web does not standardize on AVIF...
So does this mean the worst possible format is winning? I really hope the web does not standardize on AVIF...
"Linux makes everything difficult." -- Lyceus Anubite
"Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. That's the way that the license works." -- Steve Ballmer
"We always overestimate the change that will occur in the next two years and underestimate the change that will occur in ten." -- Bill Gates
"Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. That's the way that the license works." -- Steve Ballmer
"We always overestimate the change that will occur in the next two years and underestimate the change that will occur in ten." -- Bill Gates
-
back2themoon
- Knows the dark side

- Posts: 3309
- Joined: 2012-08-19, 20:32
Re: Does Pale Moon support AVIF?
I am afraid the trend is growing. Nowhere near standardized yet of course, but there's a good chance this will happen.athenian200 wrote: ↑2026-06-04, 01:46So does this mean the worst possible format is winning? I really hope the web does not standardize on AVIF...
Or at least a Web Compatibility issue, widespread enough to significantly affect us.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
-
BenFenner
- Keeps coming back

- Posts: 983
- Joined: 2015-06-01, 12:52
- Location: US Southeast
Re: Does Pale Moon support AVIF?
Forgive my potential ignorance, but why wouldn't places for the most part move toward JPEG XL instead?
If I were moving my web site to a new image format, it would be that (lossless JXL in some cases, lossy in others).
(Especially now that Chrome and others mercifully reversed course on that.)
If I were moving my web site to a new image format, it would be that (lossless JXL in some cases, lossy in others).
(Especially now that Chrome and others mercifully reversed course on that.)
-
athenian200
- Contributing developer

- Posts: 1933
- Joined: 2018-10-28, 19:56
- Location: Georgia
Re: Does Pale Moon support AVIF?
Only reason I can think of is, ironically, ignorance of alternatives. The web devs probably heard someone talking about AVIF, maybe upgraded their old GIFs to that format because it was advertised that way, and patted themselves on the back for being "modern." Or they wanted to convert a video into a moving image and thought it was easier.BenFenner wrote: ↑2026-06-04, 13:38Forgive my potential ignorance, but why wouldn't places for the most part move toward JPEG XL instead?
If I were moving my web site to a new image format, it would be that (lossless JXL in some cases, lossy in others).
(Especially now that Chrome and others mercifully reversed course on that.)
Though hypothetically... if I did want to support AVIF, I'd likely want to support it as a video file rather than an image file if I detect its use. Like I would just refuse to go through the image pipeline and treat it as a video file, maybe even displaying player controls, as a way of mocking the web dev for choosing it and letting everyone know they used a video file as an image thinking it was a real image format. Only problem of course is that we're expected to accept it through an img tag, which turns the gears in motion to send it down entirely the wrong pipeline. If it were anything else, we could do it.
"Linux makes everything difficult." -- Lyceus Anubite
"Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. That's the way that the license works." -- Steve Ballmer
"We always overestimate the change that will occur in the next two years and underestimate the change that will occur in ten." -- Bill Gates
"Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. That's the way that the license works." -- Steve Ballmer
"We always overestimate the change that will occur in the next two years and underestimate the change that will occur in ten." -- Bill Gates
-
back2themoon
- Knows the dark side

- Posts: 3309
- Joined: 2012-08-19, 20:32
-
athenian200
- Contributing developer

- Posts: 1933
- Joined: 2018-10-28, 19:56
- Location: Georgia
Re: Does Pale Moon support AVIF?
That website actually displays a 403 Forbidden error for me in Pale Moon. Like, I can't even see it... works fine in Edge, though.back2themoon wrote: ↑2026-06-04, 15:34Here's a rather sad example. Not the norm as mentioned, but still.
https://www.rosa.gr/
I can tell it's definitely an unfriendly website.
"Linux makes everything difficult." -- Lyceus Anubite
"Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. That's the way that the license works." -- Steve Ballmer
"We always overestimate the change that will occur in the next two years and underestimate the change that will occur in ten." -- Bill Gates
"Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. That's the way that the license works." -- Steve Ballmer
"We always overestimate the change that will occur in the next two years and underestimate the change that will occur in ten." -- Bill Gates
-
back2themoon
- Knows the dark side

- Posts: 3309
- Joined: 2012-08-19, 20:32
Re: Does Pale Moon support AVIF?
Off-topic:
That's strange. Actually, I recently had a local website giving me that 403 Forbidden error on Pale Moon alone. But it was not this one (the 403 issue was solved with an email exchange).athenian200 wrote: ↑2026-06-04, 15:40That website actually displays a 403 Forbidden error for me in Pale Moon.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
-
back2themoon
- Knows the dark side

- Posts: 3309
- Joined: 2012-08-19, 20:32
Re: Does Pale Moon support AVIF?
Here what these guys are now doing: https://www.tanea.gr/ and https://www.in.gr/
I will contact them but AVIF issues keep cropping up.
The image URLs look like normal .jpg but Pale Moon prompts to open the file instead. Since PM does not support AVIF, this seems to be caused by the site/CDN serving AVIF data from .jpg URLs. (wtf)
If a harmless query string is added to the same image URL, for example `?x=1`, the image loads normally. So the site probably bypasses its optimized AVIF cache and sends a normal JPEG fallback.
Looks like bad image-format negotiation by the website/CDN: AVIF should only be sent to browsers that actually support it. Got an AI fix with this userscript:
I will contact them but AVIF issues keep cropping up.
The image URLs look like normal .jpg but Pale Moon prompts to open the file instead. Since PM does not support AVIF, this seems to be caused by the site/CDN serving AVIF data from .jpg URLs. (wtf)
If a harmless query string is added to the same image URL, for example `?x=1`, the image loads normally. So the site probably bypasses its optimized AVIF cache and sends a normal JPEG fallback.
Looks like bad image-format negotiation by the website/CDN: AVIF should only be sent to browsers that actually support it. Got an AI fix with this userscript:
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Using: SSE2 build (thanks Nuck-TH) • W10 Pro x64
-
dinosaur
- Fanatic

- Posts: 231
- Joined: 2014-06-03, 09:26
- Location: France
Re: Does Pale Moon support AVIF?
Your fix won't work for sites purposely using AVIF for images and video previews.
The only viable solution is to implement AVIF support in PM.
The only viable solution is to implement AVIF support in PM.