Animated images: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(TB info, headers)
(add text about security software)
Line 1: Line 1:
Animated images are often annoying. You can turn them off using one of the methods below.
==Image animation preference==
There is a preference that affects animated image behaviour.


==Using about:config==
===Using about:config===
In Mozilla Suite and Firefox:
In Mozilla Suite and Firefox:
# In the Location Bar type [[about:config]] and hit Enter
# In the Location Bar type [[about:config]] and hit Enter
Line 12: Line 13:
You can also use [[about:config]] in Thunderbird to turn off animated images in RSS feeds.
You can also use [[about:config]] in Thunderbird to turn off animated images in RSS feeds.


==Using user.js==
===Using user.js===
Alternatively, you can edit your [[user.js file]] to set this preference. For instance, to prevent image animation in RSS feeds in Thunderbird, insert the following into the user.js file in your Thunderbird [[profile folder]]:
Alternatively, you can edit your [[user.js file]] to set this preference. For instance, to prevent image animation in RSS feeds in Thunderbird, insert the following into the user.js file in your Thunderbird [[profile folder]]:
  user_pref("image.animation_mode", "none");
  user_pref("image.animation_mode", "none");
==Security software==
The following programs have options that can turn off animation on your system:
*Norton Internet Security
*ZoneAlarm
This feature must be turned on or off from inside the aforementionned programs, not Firefox, Mozilla Suite, or Thunderbird.


==See also==
==See also==
* Other [[about:config entries]].
* Other [[about:config entries]].

Revision as of 03:29, 1 July 2005

Image animation preference

There is a preference that affects animated image behaviour.

Using about:config

In Mozilla Suite and Firefox:

  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

You can also use about:config in Thunderbird to turn off animated images in RSS feeds.

Using user.js

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

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

Security software

The following programs have options that can turn off animation on your system:

  • Norton Internet Security
  • ZoneAlarm

This feature must be turned on or off from inside the aforementionned programs, not Firefox, Mozilla Suite, or Thunderbird.

See also