agray added a comment.
I believe the code governing this is in https://gerrit.wikimedia.org/r/plugins/gitiles/wikidata/query/gui/+/refs/heads/master/wikibase/queryService/ui/resultBrowser/ImageResultBrowser.js#245 (lines 245-7) So we could change url = this._getThumbnail( itemData.url, 1000 ), fileName = this._getFormatter().getCommonsResourceFileName( url ), item = this._getItem( this._getThumbnail( url ), this._getThumbnail( url, 1000 ), fileName, itemData ), to: url = this._getThumbnail( itemData.url, 1024 ), fileName = this._getFormatter().getCommonsResourceFileName( url ), item = this._getItem( this._getThumbnail( url ), this._getThumbnail( url, 1024 ), fileName, itemData ), It looks like these two lines are the only place where the 1000px default is specified (at least, they're the only ones I can find) TASK DETAIL https://phabricator.wikimedia.org/T258241 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: agray Cc: agray, Lucas_Werkmeister_WMDE, Aklapper, CBogen, Akuckartz, darthmon_wmde, Nandana, Namenlos314, Lahi, Gq86, GoranSMilovanovic, Mahir256, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, rosalieper, Scott_WUaS, Jonas, Xmlizer, jkroll, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
