https://bugzilla.wikimedia.org/show_bug.cgi?id=21117
--- Comment #16 from Platonides <[email protected]> 2009-12-11 19:18:05 UTC --- The default thumb size is 180 for all wikis but sv wikipedia (250px) and it wikiquote (200px). InitialiseSettings.php: 'wgThumbLimits' => array( 'default' => array( 120, 150, 180, 200, 250, 300 ), 'itwikiquote' => array( 120, 150, 200, 250, 300, 360 ), 'svwiki' => array( 120, 200, 250, 300, 360 ), ), -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
