Gilles has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/226051

Change subject: Offer 400px as a thumbnail size available in Special:Preferences
......................................................................

Offer 400px as a thumbnail size available in Special:Preferences

400px is the cheapest bigger size to introduce, since 400 is 200's 2x,
600 (400's 1.5x) is 300's 2x. And finally 800 (400's 2x) is a Media Viewer
bucket.

Bug: T65440
Change-Id: If629123b945a1703abcac9e94d3a29253ce2d7c3
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/51/226051/1

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 5624afc..3388bbf 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -11209,7 +11209,7 @@
 # @}
 
 'wgThumbLimits' => array(
-       'default' => array( 120, 150, 180, 200, 220, 250, 300 ),
+       'default' => array( 120, 150, 180, 200, 220, 250, 300, 400 ),
        '+itwikiquote' => array( 360 ),
        'svwiki' => array( 120, 200, 250, 300, 360 ),
 ),

-- 
To view, visit https://gerrit.wikimedia.org/r/226051
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If629123b945a1703abcac9e94d3a29253ce2d7c3
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Gilles <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to