Santhosh has uploaded a new change for review.

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

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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/66/259466/1

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: newchange
Gerrit-Change-Id: Ie14144d13cf3b7e74ca96e651e3c772cde1b7b99
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to