https://bugzilla.wikimedia.org/show_bug.cgi?id=19173
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #6 from Derk-Jan Hartman <[email protected]> 2012-09-06 19:22:50 UTC --- The GIF is bigger than wgMaxAnimatedGifArea (at least on test2) and thus is not thumbnailed. It might be that the thumbs that were observed to be animating on wikipedia as mentioned in comment 1, were generated before wgMaxAnimatedGifArea was introduced. Works as intended for me. Note that in comment 3, the user set a string. The expected value is however a number, so: $wgMaxAnimatedGifArea = 1.0e9; instead of $wgMaxAnimatedGifArea = "1.0e9"; -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
