Animated images

From MozillaZine Knowledge Base
Revision as of 13:59, 19 May 2005 by Wintogreen (talk | contribs) (user.js pref)
Jump to navigationJump to search

Animated images are often annoying. You can turn them off in Mozilla Suite and Firefox, using the following procedure:

  1. In the Location Bar type about:config and hit Enter
  2. Type "anim" in the Filter field (to quickly find the needed preference)
  3. Double-click the image.animation_mode line and edit it to one of the following:
none — will prevent image animation
once — will let the image animate once
normal — will allow it to play over and over

Alternatively, you can edit your user.js file to set this preference. For instance, to prevent image animation, insert the following into your user.js file:

user_pref("image.animation_mode", "none");

See also