docs.rodeo

MDN Web Docs mirror

browserSettings.imageAnimationBehavior

{{AddonSidebar}} 

A {{WebExtAPIRef("types.BrowserSetting", "BrowserSetting")}}  object that can be used to change the way the browser handles animated images, such as GIFs.

The underlying value is a string that can take one of three values:

Browser compatibility

{{Compat}} 

Examples

Disable animated images:

browser.browserSettings.imageAnimationBehavior.set({ value: "none" });

{{WebExtExamples}} 

In this article

View on MDN