Manual:$wgThumbLimits
From MediaWiki.org
| Thumbnail settings: $wgThumbLimits | |
|---|---|
| List of image sizes users can pick from. |
|
| Introduced in version: | 1.5.0 |
| Removed in version: | still in use |
| Allowed Values: | array of positive integers |
| Default Value: | (see below) |
Other settings: Alphabetical | By Function
[edit] Details
Thumbnails on image pages are adjusted according to a user setting. In order to reduce disk usage, the values can only be selected from a list. This is the list of settings the user can choose from.
[edit] Default value
$wgThumbLimits = array( 120, 150, 180, 200, 250, 300 );

