jenkins-bot has submitted this change and it was merged.

Change subject: Reduce the thumbnail image size for suggestions and translations
......................................................................


Reduce the thumbnail image size for suggestions and translations

The listing is compact now and we need to reduce the requested image
size corresponding to that.

Change-Id: Ie14144d13cf3b7e74ca96e651e3c772cde1b7b99
---
M modules/dashboard/ext.cx.suggestionlist.js
M modules/dashboard/ext.cx.translationlist.js
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/dashboard/ext.cx.suggestionlist.js 
b/modules/dashboard/ext.cx.suggestionlist.js
index 8c01be5..090867f 100644
--- a/modules/dashboard/ext.cx.suggestionlist.js
+++ b/modules/dashboard/ext.cx.suggestionlist.js
@@ -285,7 +285,7 @@
                        prop: [ 'pageimages', 'pageterms' ].join( '|' ),
                        piprop: 'thumbnail',
                        pilimit: 50, // maximum
-                       pithumbsize: 150,
+                       pithumbsize: 100,
                        redirects: true
                }, {
                        dataType: 'jsonp',
diff --git a/modules/dashboard/ext.cx.translationlist.js 
b/modules/dashboard/ext.cx.translationlist.js
index 3918f78..35d046e 100644
--- a/modules/dashboard/ext.cx.translationlist.js
+++ b/modules/dashboard/ext.cx.translationlist.js
@@ -124,7 +124,7 @@
                        prop: 'pageimages',
                        piprop: 'thumbnail',
                        pilimit: 50, // maximum
-                       pithumbsize: 150,
+                       pithumbsize: 100,
                        redirects: true
                }, {
                        dataType: 'jsonp',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie14144d13cf3b7e74ca96e651e3c772cde1b7b99
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Pginer <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to