diff options
Diffstat (limited to 'modules/libpref/init/all.js')
-rw-r--r-- | modules/libpref/init/all.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 09cc48a756..0c867c0756 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4148,6 +4148,10 @@ pref("image.animated.decode-on-demand.threshold-kb", 262144); // animation's currently displayed frame. pref("image.animated.decode-on-demand.batch-size", 6); +// Resume an animated image from the last displayed frame rather than +// advancing when out of view. +pref("image.animated.resume-from-last-displayed", true); + // The maximum size, in bytes, of the decoded images we cache pref("image.cache.size", 5242880); |