⚓ T414805 FY 25/26 WE 5.4.10 Standard Thumbnail Sizes Only
Page Menu
Phabricator
Create Task
Maniphest
T414805
FY 25/26 WE 5.4.10 Standard Thumbnail Sizes Only
Open, High
Public
Actions
Edit Task
Edit Related Tasks...
Create Subtask
Edit Parent Tasks
Edit Subtasks
Merge Duplicates In
Close As Duplicate
Edit Related Objects...
Edit Commits
Edit Mocks
Mute Notifications
Protect as security issue
Assigned To
MatthewVernon
Authored By
MatthewVernon
Jan 16 2026, 2:12 PM
2026-01-16 14:12:37 (UTC+0)
Tags
SRE-swift-storage
(Inbox)
Thumbor
(Backlog)
Traffic
(Backlog)
MediaViewer
(Backlog)
Data-Persistence
(Inbox)
MW-1.44-notes
MW-1.43-notes
MW-1.45-notes
Patch-For-Review
MW-1.46-notes (1.46.0-wmf.24; 2026-04-14)
Referenced Files
F77301233: Screenshot 2026-04-22 at 16.17.46.png
Wed, Apr 22, 3:24 PM
2026-04-22 15:24:44 (UTC+0)
F77301222: Screenshot 2026-04-22 at 16.17.05.png
Wed, Apr 22, 3:24 PM
2026-04-22 15:24:44 (UTC+0)
F77301206: Screenshot 2026-04-22 at 16.16.25.png
Wed, Apr 22, 3:24 PM
2026-04-22 15:24:44 (UTC+0)
F77301185: Screenshot 2026-04-22 at 16.15.33.png
Wed, Apr 22, 3:24 PM
2026-04-22 15:24:44 (UTC+0)
F77301153: Screenshot 2026-04-22 at 16.15.15.png
Wed, Apr 22, 3:24 PM
2026-04-22 15:24:44 (UTC+0)
F72475599: grafik.png
Mar 2 2026, 6:21 PM
2026-03-02 18:21:02 (UTC+0)
F72210096: image.png
Feb 20 2026, 8:19 PM
2026-02-20 20:19:00 (UTC+0)
F72210055: image.png
Feb 20 2026, 8:19 PM
2026-02-20 20:19:00 (UTC+0)
View All 11 Files
Subscribers
Aklapper
alistair3149
Amorymeltzer
AntiCompositeNumber
bvibber
Candalua
daniel
View All 25 Subscribers
Description
To help fix the
onwiki instances
, please examine these global-search results for
MediaWiki-namespace pages
TemplateStyles pages
and
User-namespace pages
(will take ~30 seconds to load).
To fix each instance, find the //upload.wikimedia.org/… URIs within each page, and replace each of them with either a standard thumbnail size.
The
standard thumbnail sizes
are: 20px, 40px, 60px, 120px, 250px, 330px, 500px, 960px, 1280px, 1920px, 3840px
E.g. within the example at
you would replace the line:
b.style.backgroundImage = "url('//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Symbol_star_gold.svg/15px-Symbol_star_gold.svg.png')";
to instead use:
b.style.backgroundImage = "url('//upload.wikimedia.org/wikipedia/commons/thumb/b/b4/Symbol_star_gold.svg/20px-Symbol_star_gold.svg.png')";
If you
maintain an off-wiki tool
that requests thumbnails by constructing a thumbnail URI directly, please either use the MediaWiki API instead (
example
), or make sure you only request standard thumbnail sizes.
P.s. Background details and expected FAQs are available in the wikitech-l@ announcement:
Original task description
This follows on from last quarter's work in
T408062
. The Hypothesis is "If we stop allowing generation of non-standard thumbnail sizes, it will reduce the strain on our backend media serving infrastructure". The aim at this point is to be only serving standard-size thumbnails by the end of Q3 or early in Q4.
This task is to track the work relating to this Hypothesis. The new set of standard sizes, as set out in
T412971
, is (widths in px):
20, 40, 60, 120, 250, 330, 500, 960, 1280, 1920, 3840
Details
Other Assignee
Ladsgroup
Related Changes in Gerrit:
Subject
Repo
Branch
Lines +/-
ext.wikiEditor: Set background-size for toolbar buttons
mediawiki/extensions/WikiEditor
REL1_43
+1
-0
ext.wikiEditor: Set background-size for toolbar buttons
mediawiki/extensions/WikiEditor
REL1_44
+1
-0
ext.wikiEditor: Set background-size for toolbar buttons
mediawiki/extensions/WikiEditor
REL1_45
+1
-0
ext.wikiEditor: Set background-size for toolbar buttons
mediawiki/extensions/WikiEditor
wmf/1.46.0-wmf.24
+1
-0
ext.wikiEditor: Set background-size for toolbar buttons
mediawiki/extensions/WikiEditor
master
+1
-0
upload: Return 400 instead of 429 for non-standard thumbnail sizes
operations/puppet
production
+5
-4
Refix thumb steps for the poster image of videos
mediawiki/extensions/TimedMediaHandler
wmf/1.46.0-wmf.22
+41
-0
Refix thumb steps for the poster image of videos
mediawiki/extensions/TimedMediaHandler
wmf/1.46.0-wmf.21
+41
-0
Refix thumb steps for the poster image of videos
mediawiki/extensions/TimedMediaHandler
master
+41
-0
Pass whether the image is svg to adjustThumbWidthForSteps
mediawiki/extensions/Popups
wmf/1.46.0-wmf.21
+3
-3
Pass whether the image is svg to adjustThumbWidthForSteps
mediawiki/extensions/Popups
wmf/1.46.0-wmf.22
+3
-3
util.js: Allow passing isVectorized to adjustThumbWidthForSteps
mediawiki/core
wmf/1.46.0-wmf.21
+4
-2
util.js: Allow passing isVectorized to adjustThumbWidthForSteps
mediawiki/core
wmf/1.46.0-wmf.22
+4
-2
util.js: Allow passing isVectorized to adjustThumbWidthForSteps
mediawiki/core
master
+4
-2
Pass whether the image is svg to adjustThumbWidthForSteps
mediawiki/extensions/Popups
master
+3
-3
Media: Re-apply Use previous step for non-standard width between steps and original
mediawiki/core
master
+14
-4
Make the handler follow the thumb steps
mediawiki/extensions/3D
wmf/1.46.0-wmf.20
+8
-0
Make the handler follow the thumb steps
mediawiki/extensions/3D
master
+8
-0
DjvuHandler: Make it follow thumb steps
mediawiki/core
wmf/1.46.0-wmf.20
+22
-3
Make it follow thumb steps
mediawiki/extensions/PagedTiffHandler
wmf/1.46.0-wmf.20
+4
-5
Make it follow thumb steps
mediawiki/extensions/PagedTiffHandler
wmf/1.46.0-wmf.19
+4
-5
DjvuHandler: Make it follow thumb steps
mediawiki/core
wmf/1.46.0-wmf.19
+22
-3
DjvuHandler: Make it follow thumb steps
mediawiki/core
master
+22
-3
Make it follow thumb steps
mediawiki/extensions/PagedTiffHandler
master
+4
-5
Update @since tags for backports
mediawiki/core
REL1_45
+2
-2
Update @since tags for backports
mediawiki/core
REL1_43
+2
-2
Update @since tags for backports
mediawiki/core
REL1_44
+2
-2
Update @since tags for backports
mediawiki/core
master
+2
-2
Make Pdf thumbs follow the thumb steps
mediawiki/extensions/PdfHandler
REL1_45
+22
-3
thumbUrl: Adjust the samll size to match common standard sizes
mediawiki/extensions/MultimediaViewer
REL1_43
+3
-3
WebPHandler: Allow the original being served on the web
mediawiki/core
REL1_43
+0
-8
Make Pdf thumbs follow the thumb steps
mediawiki/extensions/PdfHandler
REL1_43
+22
-3
WebPHandler: Allow the original being served on the web
mediawiki/core
REL1_44
+0
-8
thumbUrl: Adjust the samll size to match common standard sizes
mediawiki/extensions/MultimediaViewer
REL1_44
+3
-3
WebPHandler: Allow the original being served on the web
mediawiki/core
REL1_45
+0
-8
Make Pdf thumbs follow the thumb steps
mediawiki/extensions/PdfHandler
REL1_44
+22
-3
thumbUrl: Adjust the samll size to match common standard sizes
mediawiki/extensions/MultimediaViewer
REL1_45
+3
-3
WebPHandler: Allow the original being served on the web
mediawiki/core
wmf/1.46.0-wmf.18
+0
-8
WebPHandler: Allow the original being served on the web
mediawiki/core
wmf/1.46.0-wmf.17
+0
-8
WebPHandler: Allow the original being served on the web
mediawiki/core
master
+0
-8
Enable thumb steps on private wikis too
operations/mediawiki-config
master
+0
-1
Make Pdf thumbs follow the thumb steps
mediawiki/extensions/PdfHandler
wmf/1.46.0-wmf.16
+22
-3
Make Pdf thumbs follow the thumb steps
mediawiki/extensions/PdfHandler
wmf/1.46.0-wmf.15
+22
-3
Make Pdf thumbs follow the thumb steps
mediawiki/extensions/PdfHandler
master
+22
-3
thumbUrl: Adjust the samll size to match common standard sizes
mediawiki/extensions/MultimediaViewer
wmf/1.46.0-wmf.14
+3
-3
thumbUrl: Adjust the samll size to match common standard sizes
mediawiki/extensions/MultimediaViewer
wmf/1.46.0-wmf.15
+3
-3
thumbUrl: Adjust the samll size to match common standard sizes
mediawiki/extensions/MultimediaViewer
master
+3
-3
Show related patches
Customize query in gerrit
Related Objects
Search...
Task Graph
Mentions
Status
Subtype
Assigned
Task
Open
MatthewVernon
T414805
FY 25/26 WE 5.4.10 Standard Thumbnail Sizes Only
Resolved
MatthewVernon
T415080
Updated measurement of request frequency of thumbnail sizes
Resolved
Ladsgroup
T415282
MediaSearch should stop relying on render map config
Open
None
T402792
Consider rate limiting non-standard thumbnail sizes
Resolved
Jgiannelos
T415792
Make PCS respect standard sizes
Resolved
BUG REPORT
Func
T415598
og:image URL refers to full-size thumbnail version of original instead the original
Resolved
Ladsgroup
T416620
Make ProofreadPage follow thumb steps
Open
BUG REPORT
None
T418178
imageinfo API requests for DJVU files don't follow thumbnail steps, allows upscaling
Resolved
Ladsgroup
T418745
MediaViewer (and the commons file page) should serve WebP originals not thumbnails of equivalent size
Open
BUG REPORT
None
T419246
Wikisource OCR UI supplies a non-standard thumbnail size to the OCR tool hosted on the cloud
Open
BUG REPORT
None
T419239
ws-page-game.toolforge.org does not receive page scan thumbnails (HTTP 429)
Resolved
BUG REPORT
Krinkle
T419135
Gadget-Stockphoto.js on Commons uses non-common thumbnail sizes, leading to a HTTP 429
Resolved
BUG REPORT
None
T419313
Images on the main pages of wmf private wikis are broken
Resolved
BUG REPORT
Ladsgroup
T419927
PNGs are being displayed at a too-low, blurry resolution
Open
Feature
None
T420740
Extend API to be more transparent about thumbnail sizes
Resolved
BUG REPORT
Ladsgroup
T421589
Page Previews uses low quality thumbnails
Open
BUG REPORT
None
T423895
Panorama Template on enwiki uses non-common thumbnail sizes (due to defining image height instead of width)
Declined
BUG REPORT
None
T423977
Backwards compatibility broken when scripts manually use thumbnail links of nonstandard size
Open
BUG REPORT
None
T424032
MediaSearch results does not use the standard thumbnail sizes
Open
BUG REPORT
None
T424048
Special:Homepage suggested edit panel uses non-standard thumbnail size
Open
BUG REPORT
None
T424077
Thumbnail renders linked to from file pages are advertised as being of smaller sizes than they actually are
Duplicate
BUG REPORT
None
T424110
Special:MediaSearch details pane cannot load images as it requests wrong thumbnail size
Open
BUG REPORT
None
T424114
Optimal thumbnails for size vs. quality optimized book pages are not available
Mentioned In
T424110: Special:MediaSearch details pane cannot load images as it requests wrong thumbnail size
T423977: Backwards compatibility broken when scripts manually use thumbnail links of nonstandard size
T423895: Panorama Template on enwiki uses non-common thumbnail sizes (due to defining image height instead of width)
T421589: Page Previews uses low quality thumbnails
T411013: Popups should use standard thumbnail sizes
T416620: Make ProofreadPage follow thumb steps
T379942: Gradually drop all thumbnails as a one-off clean up
T419023: Most photo thumbnails on officewiki "Contact list" do not display (HTTP 429)
T418346: 429 too many requests when trying to view .webp image in MediaViewer in Firefox
T418745: MediaViewer (and the commons file page) should serve WebP originals not thumbnails of equivalent size
R2422:083c7e67f6c9: Replace image widths in srcset=
T246054: Consider dropping the '1.5x' size logos from srcsets
T418178: imageinfo API requests for DJVU files don't follow thumbnail steps, allows upscaling
T418071: Upload icons size is invalid (cut)
T417913: An image is not loading in the article "How Bad Do U Want Me"
T417828: Some images become disproportionately big in 1.46.0-wmf.16
T402792: Consider rate limiting non-standard thumbnail sizes
T414967: mw-jobrunner curl errors when talking to other services
T408062: FY 25/26 WE 5.4.7 Standardize thumbnail sizes
Mentioned Here
rEAND1265629490bb: Update notes for submitted changes
T411013: Popups should use standard thumbnail sizes
T421589: Page Previews uses low quality thumbnails
T418178: imageinfo API requests for DJVU files don't follow thumbnail steps, allows upscaling
T196054: Preview/thumbnails for XCF files (XCF file version 11, written by GIMP 2.10) cannot be generated by ImageMagick
rEPHDd1c65a4bec00: Make Pdf thumbs follow the thumb steps
rMWe00c8492a142: Update git submodules
T418346: 429 too many requests when trying to view .webp image in MediaViewer in Firefox
T418745: MediaViewer (and the commons file page) should serve WebP originals not thumbnails of equivalent size
T416620: Make ProofreadPage follow thumb steps
T417913: An image is not loading in the article "How Bad Do U Want Me"
T214998: RFC: Serve mobile and desktop variants through the same URL (unified mobile routing)
T414338: FY25-26 WE5.4.12: Identify the provenance of image requests
T402792: Consider rate limiting non-standard thumbnail sizes
T66214: Define an official thumb API
T408062: FY 25/26 WE 5.4.7 Standardize thumbnail sizes
T412971: Propose a new set of standard thumbnail sizes
Event Timeline
There are a very large number of changes, so older changes are hidden.
Show Older Changes
TheDJ
subscribed.
Edited
Mar 18 2026, 9:49 PM
2026-03-18 21:49:04 (UTC+0)
Comment Actions
I was testing File:High_quality_skull.stl locally via instantcommons.
And i'm not sure why, but it seems my setup doesn't respect the thumbnailsteps for this extensions yet, Even though it seems that Commons does
More worrisome however for me, was observing that the 3D extension (on the file page) keeps attempting to load in the image when it hits 429. It just retries every couple of seconds, and this seems to be unlimited.
This is also observable on
that's a lot of endless requests... hitting 429s
ext.3d.js:thumbnailLoadComplete()
// wait 5 seconds before attempting to load the image again
setTimeout
reload
5000
Ladsgroup
added a comment.
Mar 18 2026, 10:48 PM
2026-03-18 22:48:18 (UTC+0)
Comment Actions
STL is basically the only file handler left that is not following thumb steps yet (everything else from
T414805#11668230
is fixed AFAICS). Working on fixing STL right now.
gerritbot
added a comment.
Mar 18 2026, 10:56 PM
2026-03-18 22:56:20 (UTC+0)
Comment Actions
Change #1255058 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/3D@master] Make the handler follow the thumb steps
gerritbot
added a comment.
Mar 19 2026, 4:32 PM
2026-03-19 16:32:48 (UTC+0)
Comment Actions
Change #1255058
merged
by jenkins-bot:
[mediawiki/extensions/3D@master] Make the handler follow the thumb steps
ReleaseTaggerBot
edited projects, added
MW-1.46-notes (1.46.0-wmf.21; 2026-03-24)
; removed
MW-1.46-notes (1.46.0-wmf.20; 2026-03-17)
Mar 19 2026, 5:00 PM
2026-03-19 17:00:31 (UTC+0)
gerritbot
added a comment.
Mar 19 2026, 5:07 PM
2026-03-19 17:07:31 (UTC+0)
Comment Actions
Change #1255801 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/3D@wmf/1.46.0-wmf.20] Make the handler follow the thumb steps
Kghbln
unsubscribed.
Mar 19 2026, 5:44 PM
2026-03-19 17:44:34 (UTC+0)
gerritbot
added a comment.
Mar 19 2026, 11:32 PM
2026-03-19 23:32:49 (UTC+0)
Comment Actions
Change #1255801
merged
by jenkins-bot:
[mediawiki/extensions/3D@wmf/1.46.0-wmf.20] Make the handler follow the thumb steps
Stashbot
added a comment.
Mar 19 2026, 11:33 PM
2026-03-19 23:33:52 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-03-19T23:33:51Z] Started scap sync-world: Backport for [[gerrit:1255801|Make the handler follow the thumb steps (
T414805
)]]
Dbrant
unsubscribed.
Mar 19 2026, 11:33 PM
2026-03-19 23:33:52 (UTC+0)
Stashbot
added a comment.
Mar 19 2026, 11:35 PM
2026-03-19 23:35:45 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-03-19T23:35:44Z] ladsgroup: Backport for [[gerrit:1255801|Make the handler follow the thumb steps (
T414805
)]] synced to the testservers (see
). Changes can now be verified there.
Stashbot
added a comment.
Mar 19 2026, 11:40 PM
2026-03-19 23:40:06 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-03-19T23:40:06Z] Finished scap sync-world: Backport for [[gerrit:1255801|Make the handler follow the thumb steps (
T414805
)]] (duration: 06m 14s)
ReleaseTaggerBot
edited projects, added
MW-1.46-notes (1.46.0-wmf.20; 2026-03-17)
; removed
MW-1.46-notes (1.46.0-wmf.21; 2026-03-24)
Mar 20 2026, 12:00 AM
2026-03-20 00:00:42 (UTC+0)
gerritbot
added a comment.
Mar 20 2026, 10:39 PM
2026-03-20 22:39:32 (UTC+0)
Comment Actions
Change #1254902
merged
by jenkins-bot:
[mediawiki/core@master] Media: Re-apply Use previous step for non-standard width between steps and original
ReleaseTaggerBot
edited projects, added
MW-1.46-notes (1.46.0-wmf.21; 2026-03-24)
; removed
MW-1.46-notes (1.46.0-wmf.20; 2026-03-17)
Mar 20 2026, 11:00 PM
2026-03-20 23:00:34 (UTC+0)
Maintenance_bot
removed a project:
Patch-For-Review
Mar 20 2026, 11:30 PM
2026-03-20 23:30:52 (UTC+0)
Aklapper
added a subtask:
T420740: Extend API to be more transparent about thumbnail sizes
Mar 21 2026, 11:18 AM
2026-03-21 11:18:44 (UTC+0)
gerritbot
added a comment.
Wed, Mar 25, 1:54 PM
2026-03-25 13:54:17 (UTC+0)
Comment Actions
Change #1253662 had a related patch set uploaded (by Neriah; author: Neriah):
[operations/puppet@production] upload: Return 400 instead of 429 for non-standard thumbnail sizes
gerritbot
added a project:
Patch-For-Review
Wed, Mar 25, 1:54 PM
2026-03-25 13:54:18 (UTC+0)
alistair3149
subscribed.
Sat, Mar 28, 7:01 AM
2026-03-28 07:01:09 (UTC+0)
Nemoralis
added a subtask:
T421589: Page Previews uses low quality thumbnails
Sat, Mar 28, 11:19 PM
2026-03-28 23:19:05 (UTC+0)
Ladsgroup
added a comment.
Mon, Mar 30, 4:10 PM
2026-03-30 16:10:41 (UTC+0)
Comment Actions
Page previews is still requesting non-standard sizes still. For example, go to
search for "United of Manchester" link, check for preview and see it's requesting 200px instead of 250px. cc
@bvibber
Ladsgroup
mentioned this in
T411013: Popups should use standard thumbnail sizes
Mon, Mar 30, 4:40 PM
2026-03-30 16:40:33 (UTC+0)
gerritbot
added a comment.
Tue, Mar 31, 12:02 PM
2026-03-31 12:02:59 (UTC+0)
Comment Actions
Change #1265406 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/core@master] util.js: Allow passing isVectorized to adjustThumbWidthForSteps
gerritbot
added a comment.
Tue, Mar 31, 12:08 PM
2026-03-31 12:08:22 (UTC+0)
Comment Actions
Change #1265408 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/Popups@master] Pass whether the image is svg to adjustThumbWidthForSteps
Ladsgroup
added a subscriber:
Func
Tue, Mar 31, 12:45 PM
2026-03-31 12:45:31 (UTC+0)
Comment Actions
And poster of videos have been broken now. I fixed them in
but
broke it and I don't see an easy way to fix it without moving the method from ImageHandler to MediaHandler.
@Func
Any reason you put the method in ImageHandler and left the abstract one in MediaHandler?
Ladsgroup
added a comment.
Tue, Mar 31, 1:05 PM
2026-03-31 13:05:47 (UTC+0)
Comment Actions
ugh, I mistook normaliseParams with getSteppedThumbWidth
gerritbot
added a comment.
Tue, Mar 31, 1:07 PM
2026-03-31 13:07:40 (UTC+0)
Comment Actions
Change #1265416 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/TimedMediaHandler@master] Refix thumb steps for the poster image of videos
gerritbot
added a comment.
Tue, Mar 31, 6:50 PM
2026-03-31 18:50:23 (UTC+0)
Comment Actions
Change #1265406
merged
by jenkins-bot:
[mediawiki/core@master] util.js: Allow passing isVectorized to adjustThumbWidthForSteps
gerritbot
added a comment.
Tue, Mar 31, 6:50 PM
2026-03-31 18:50:29 (UTC+0)
Comment Actions
Change #1265408
merged
by jenkins-bot:
[mediawiki/extensions/Popups@master] Pass whether the image is svg to adjustThumbWidthForSteps
gerritbot
added a comment.
Wed, Apr 1, 12:00 AM
2026-04-01 00:00:38 (UTC+0)
Comment Actions
Change #1265629 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/Popups@wmf/1.46.0-wmf.21] Pass whether the image is svg to adjustThumbWidthForSteps
gerritbot
added a comment.
Wed, Apr 1, 12:00 AM
2026-04-01 00:00:56 (UTC+0)
Comment Actions
Change #1265630 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/core@wmf/1.46.0-wmf.21] util.js: Allow passing isVectorized to adjustThumbWidthForSteps
gerritbot
added a comment.
Wed, Apr 1, 12:01 AM
2026-04-01 00:01:25 (UTC+0)
Comment Actions
Change #1265632 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/Popups@wmf/1.46.0-wmf.22] Pass whether the image is svg to adjustThumbWidthForSteps
gerritbot
added a comment.
Wed, Apr 1, 12:01 AM
2026-04-01 00:01:27 (UTC+0)
Comment Actions
Change #1265631 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/core@wmf/1.46.0-wmf.22] util.js: Allow passing isVectorized to adjustThumbWidthForSteps
gerritbot
added a comment.
Wed, Apr 1, 12:23 AM
2026-04-01 00:23:18 (UTC+0)
Comment Actions
Change #1265631
merged
by jenkins-bot:
[mediawiki/core@wmf/1.46.0-wmf.22] util.js: Allow passing isVectorized to adjustThumbWidthForSteps
gerritbot
added a comment.
Wed, Apr 1, 12:23 AM
2026-04-01 00:23:27 (UTC+0)
Comment Actions
Change #1265630
merged
by jenkins-bot:
[mediawiki/core@wmf/1.46.0-wmf.21] util.js: Allow passing isVectorized to adjustThumbWidthForSteps
gerritbot
added a comment.
Wed, Apr 1, 12:25 AM
2026-04-01 00:25:33 (UTC+0)
Comment Actions
Change #1265632
merged
by jenkins-bot:
[mediawiki/extensions/Popups@wmf/1.46.0-wmf.22] Pass whether the image is svg to adjustThumbWidthForSteps
Stashbot
mentioned this in
T421589: Page Previews uses low quality thumbnails
Wed, Apr 1, 12:27 AM
2026-04-01 00:27:19 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T00:27:18Z] Started scap sync-world: Backport for [[gerrit:1265631|util.js: Allow passing isVectorized to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]], [[gerrit:1265630|util.js: Allow passing isVectorized to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]], [[gerrit:1265632|Pass whether the image is svg to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]]
Stashbot
added a comment.
Wed, Apr 1, 12:29 AM
2026-04-01 00:29:15 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T00:29:11Z] ladsgroup: Backport for [[gerrit:1265631|util.js: Allow passing isVectorized to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]], [[gerrit:1265630|util.js: Allow passing isVectorized to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]], [[gerrit:1265632|Pass whether the image is svg to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]] synced to the testservers (see
Stashbot
added a comment.
Wed, Apr 1, 12:40 AM
2026-04-01 00:40:01 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T00:39:59Z] Finished scap sync-world: Backport for [[gerrit:1265631|util.js: Allow passing isVectorized to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]], [[gerrit:1265630|util.js: Allow passing isVectorized to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]], [[gerrit:1265632|Pass whether the image is svg to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]] (duration: 12m 40s)
gerritbot
added a comment.
Wed, Apr 1, 12:50 AM
2026-04-01 00:50:00 (UTC+0)
Comment Actions
Change #1265629
merged
by jenkins-bot:
[mediawiki/extensions/Popups@wmf/1.46.0-wmf.21] Pass whether the image is svg to adjustThumbWidthForSteps
Stashbot
added a comment.
Wed, Apr 1, 12:53 AM
2026-04-01 00:53:33 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T00:53:30Z] Started scap sync-world: Backport for [[gerrit:
1265629
|Pass whether the image is svg to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]]
Stashbot
added a comment.
Wed, Apr 1, 12:55 AM
2026-04-01 00:55:29 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T00:55:27Z] ladsgroup: Backport for [[gerrit:
1265629
|Pass whether the image is svg to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]] synced to the testservers (see
). Changes can now be verified there.
Stashbot
added a comment.
Wed, Apr 1, 1:02 AM
2026-04-01 01:02:08 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T01:02:05Z] Finished scap sync-world: Backport for [[gerrit:
1265629
|Pass whether the image is svg to adjustThumbWidthForSteps (
T414805
T411013
T421589
)]] (duration: 08m 35s)
Ladsgroup
closed subtask
T421589: Page Previews uses low quality thumbnails
as
Resolved
Wed, Apr 1, 1:03 AM
2026-04-01 01:03:20 (UTC+0)
gerritbot
added a comment.
Wed, Apr 1, 4:39 PM
2026-04-01 16:39:57 (UTC+0)
Comment Actions
Change #1265416
merged
by jenkins-bot:
[mediawiki/extensions/TimedMediaHandler@master] Refix thumb steps for the poster image of videos
ReleaseTaggerBot
edited projects, added
MW-1.46-notes (1.46.0-wmf.23; 2026-04-07)
; removed
MW-1.46-notes (1.46.0-wmf.21; 2026-03-24)
Wed, Apr 1, 5:00 PM
2026-04-01 17:00:15 (UTC+0)
gerritbot
added a comment.
Wed, Apr 1, 5:26 PM
2026-04-01 17:26:57 (UTC+0)
Comment Actions
Change #1266326 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/TimedMediaHandler@wmf/1.46.0-wmf.21] Refix thumb steps for the poster image of videos
gerritbot
added a comment.
Wed, Apr 1, 5:27 PM
2026-04-01 17:27:09 (UTC+0)
Comment Actions
Change #1266327 had a related patch set uploaded (by Ladsgroup; author: Ladsgroup):
[mediawiki/extensions/TimedMediaHandler@wmf/1.46.0-wmf.22] Refix thumb steps for the poster image of videos
gerritbot
added a comment.
Wed, Apr 1, 5:41 PM
2026-04-01 17:41:20 (UTC+0)
Comment Actions
Change #1266326
merged
by jenkins-bot:
[mediawiki/extensions/TimedMediaHandler@wmf/1.46.0-wmf.21] Refix thumb steps for the poster image of videos
gerritbot
added a comment.
Wed, Apr 1, 5:41 PM
2026-04-01 17:41:22 (UTC+0)
Comment Actions
Change #1266327
merged
by jenkins-bot:
[mediawiki/extensions/TimedMediaHandler@wmf/1.46.0-wmf.22] Refix thumb steps for the poster image of videos
Stashbot
added a comment.
Wed, Apr 1, 5:47 PM
2026-04-01 17:47:59 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T17:47:59Z] Started scap sync-world: Backport for [[gerrit:1266326|Refix thumb steps for the poster image of videos (
T414805
)]], [[gerrit:1266327|Refix thumb steps for the poster image of videos (
T414805
)]]
Stashbot
added a comment.
Wed, Apr 1, 5:50 PM
2026-04-01 17:50:03 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T17:50:02Z] ladsgroup: Backport for [[gerrit:1266326|Refix thumb steps for the poster image of videos (
T414805
)]], [[gerrit:1266327|Refix thumb steps for the poster image of videos (
T414805
)]] synced to the testservers (see
). Changes can now be verified there.
Stashbot
added a comment.
Wed, Apr 1, 5:56 PM
2026-04-01 17:56:17 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-01T17:56:16Z] Finished scap sync-world: Backport for [[gerrit:1266326|Refix thumb steps for the poster image of videos (
T414805
)]], [[gerrit:1266327|Refix thumb steps for the poster image of videos (
T414805
)]] (duration: 08m 18s)
ReleaseTaggerBot
edited projects, added
MW-1.46-notes (1.46.0-wmf.22; 2026-03-31)
; removed
MW-1.46-notes (1.46.0-wmf.23; 2026-04-07)
Wed, Apr 1, 6:00 PM
2026-04-01 18:00:30 (UTC+0)
ShakespeareFan00
unsubscribed.
Thu, Apr 2, 5:42 PM
2026-04-02 17:42:31 (UTC+0)
Stashbot
added a comment.
Tue, Apr 7, 8:52 AM
2026-04-07 08:52:04 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-07T08:52:03Z] tightening the rate limit for non-standard thumbnails (
T402792
T414805
Stashbot
added a comment.
Mon, Apr 13, 4:35 PM
2026-04-13 16:35:21 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-13T16:35:20Z] banning non-standard thumbs with external referrer regardless of cache status (
T414805
TheDJ
added a subtask:
T423241: Thumbtime for TimedMedia no longer working
Tue, Apr 14, 5:19 PM
2026-04-14 17:19:42 (UTC+0)
TheDJ
removed a subtask:
T423241: Thumbtime for TimedMedia no longer working
Sun, Apr 19, 2:02 PM
2026-04-19 14:02:16 (UTC+0)
Aklapper
mentioned this in
T423895: Panorama Template on enwiki uses non-common thumbnail sizes (due to defining image height instead of width)
Mon, Apr 20, 4:02 PM
2026-04-20 16:02:25 (UTC+0)
Aklapper
added a subtask:
T423895: Panorama Template on enwiki uses non-common thumbnail sizes (due to defining image height instead of width)
Aklapper
added a subtask:
T423977: Backwards compatibility broken when scripts manually use thumbnail links of nonstandard size
Tue, Apr 21, 9:18 AM
2026-04-21 09:18:38 (UTC+0)
Nux
added a comment.
Edited
Tue, Apr 21, 11:10 AM
2026-04-21 11:10:31 (UTC+0)
Comment Actions
In
T414805#11556311
@Nux
wrote:
Found two problems with the migration:
The docs for the editor suggest using 22px (though I guess you can replace that with 20px in most cases):
If you do want a specific size, there seems to be no way to provide it in this API.
An example from a user:
If I were migrating that now, I would use SVG, but SVG doesn't work in this case (as there’s no way to specify the icon size). I mean this looks terrible 🙃
icon: 'https://upload.wikimedia.org/wikipedia/commons/6/61/Contribs_icon-black.svg',
I don't see the official docs fixed. I don't see a way to specify what size SVG icons are on the edit bar... So what the... Why was this change rolled out? I thought what
@Krinkle
said here meant this would not be rolled out for icon requests coming from Wikimedia sites.
Nux
mentioned this in
T423977: Backwards compatibility broken when scripts manually use thumbnail links of nonstandard size
Tue, Apr 21, 11:22 AM
2026-04-21 11:22:49 (UTC+0)
Ladsgroup
added a comment.
Tue, Apr 21, 11:38 AM
2026-04-21 11:38:25 (UTC+0)
Comment Actions
We will not be allowing that as reasons outlined in
T414805#11623347
. For your use case, as I said in
T414805#11556320
please just use 20px and let's improve clarity of the existing icons another day :)
Ladsgroup
closed subtask
T423977: Backwards compatibility broken when scripts manually use thumbnail links of nonstandard size
as
Declined
Tue, Apr 21, 12:18 PM
2026-04-21 12:18:23 (UTC+0)
Nux
added a comment.
Tue, Apr 21, 12:36 PM
2026-04-21 12:36:20 (UTC+0)
Comment Actions
The docs for the editor suggest using 22px (though I guess you can replace that with 20px in most cases):
MatthewVernon
added a comment.
Tue, Apr 21, 12:52 PM
2026-04-21 12:52:48 (UTC+0)
Comment Actions
In
T414805#11843879
@Nux
wrote:
The docs for the editor suggest using 22px (though I guess you can replace that with 20px in most cases):
Fixed.
Nemoralis
added a subtask:
T424032: MediaSearch results does not use the standard thumbnail sizes
Tue, Apr 21, 2:28 PM
2026-04-21 14:28:30 (UTC+0)
TheDJ
added a subtask:
T424048: Special:Homepage suggested edit panel uses non-standard thumbnail size
Tue, Apr 21, 2:56 PM
2026-04-21 14:56:38 (UTC+0)
Aklapper
added a subtask:
T424077: Thumbnail renders linked to from file pages are advertised as being of smaller sizes than they actually are
Tue, Apr 21, 6:56 PM
2026-04-21 18:56:39 (UTC+0)
Bawolff
mentioned this in
T424110: Special:MediaSearch details pane cannot load images as it requests wrong thumbnail size
Tue, Apr 21, 11:23 PM
2026-04-21 23:23:28 (UTC+0)
Bawolff
added a subtask:
T424110: Special:MediaSearch details pane cannot load images as it requests wrong thumbnail size
Aklapper
added a subtask:
T424114: Optimal thumbnails for size vs. quality optimized book pages are not available
Wed, Apr 22, 12:33 AM
2026-04-22 00:33:05 (UTC+0)
gerritbot
added a comment.
Wed, Apr 22, 3:13 PM
2026-04-22 15:13:11 (UTC+0)
Comment Actions
Change #1233759
restored
by Krinkle:
[mediawiki/extensions/WikiEditor@master] Set background-size for toolbar buttons
Krinkle
added a comment.
Wed, Apr 22, 3:24 PM
2026-04-22 15:24:44 (UTC+0)
Comment Actions
In
T414805#11849172
@gerritbot
wrote:
Change #1233759
restored
by Krinkle:
[mediawiki/extensions/WikiEditor@master] Set background-size for toolbar buttons
Before (status quo historically)
Before (regression, HTTP 400)
Before (regression, 20px blurry hotfix)
Before (regression, 40px overflow hotfix)
After (with patch and 40px thumbnail step)
gerritbot
added a comment.
Thu, Apr 23, 3:13 PM
2026-04-23 15:13:13 (UTC+0)
Comment Actions
Change #1233759
merged
by jenkins-bot:
[mediawiki/extensions/WikiEditor@master] ext.wikiEditor: Set background-size for toolbar buttons
gerritbot
added a comment.
Thu, Apr 23, 4:00 PM
2026-04-23 16:00:23 (UTC+0)
Comment Actions
Change #1276727 had a related patch set uploaded (by Krinkle; author: Krinkle):
[mediawiki/extensions/WikiEditor@wmf/1.46.0-wmf.24] ext.wikiEditor: Set background-size for toolbar buttons
ReleaseTaggerBot
edited projects, added
MW-1.46-notes (1.46.0-wmf.26; 2026-04-28)
; removed
MW-1.46-notes (1.46.0-wmf.22; 2026-03-31)
Thu, Apr 23, 4:00 PM
2026-04-23 16:00:45 (UTC+0)
Stashbot
added a comment.
Thu, Apr 23, 4:16 PM
2026-04-23 16:16:34 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-23T16:16:32Z] re-enabling general ban on any non-standard thumb (
T414805
gerritbot
added a comment.
Thu, Apr 23, 9:00 PM
2026-04-23 21:00:05 (UTC+0)
Comment Actions
Change #1276727
merged
by jenkins-bot:
[mediawiki/extensions/WikiEditor@wmf/1.46.0-wmf.24] ext.wikiEditor: Set background-size for toolbar buttons
ReleaseTaggerBot
edited projects, added
MW-1.46-notes (1.46.0-wmf.24; 2026-04-14)
; removed
MW-1.46-notes (1.46.0-wmf.26; 2026-04-28)
Thu, Apr 23, 9:00 PM
2026-04-23 21:00:44 (UTC+0)
Stashbot
added a comment.
Thu, Apr 23, 9:00 PM
2026-04-23 21:00:49 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-23T21:00:49Z] Started scap sync-world: Backport for [[gerrit:1276727|ext.wikiEditor: Set background-size for toolbar buttons (
T414805
)]]
Stashbot
added a comment.
Thu, Apr 23, 9:02 PM
2026-04-23 21:02:27 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-23T21:02:26Z] krinkle: Backport for [[gerrit:1276727|ext.wikiEditor: Set background-size for toolbar buttons (
T414805
)]] synced to the testservers (see
). Changes can now be verified there.
Stashbot
added a comment.
Thu, Apr 23, 9:03 PM
2026-04-23 21:03:54 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-23T21:03:54Z] Finished scap sync-world: Backport for [[gerrit:1276727|ext.wikiEditor: Set background-size for toolbar buttons (
T414805
)]] (duration: 03m 05s)
Stashbot
added a comment.
Thu, Apr 23, 9:04 PM
2026-04-23 21:04:12 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-23T21:04:11Z] Started scap sync-world: Backport for [[gerrit:1276727|ext.wikiEditor: Set background-size for toolbar buttons (
T414805
)]]
Stashbot
added a comment.
Thu, Apr 23, 9:05 PM
2026-04-23 21:05:55 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-23T21:05:49Z] krinkle: Backport for [[gerrit:1276727|ext.wikiEditor: Set background-size for toolbar buttons (
T414805
)]] synced to the testservers (see
). Changes can now be verified there.
Stashbot
added a comment.
Thu, Apr 23, 9:09 PM
2026-04-23 21:09:59 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2026-04-23T21:09:58Z] Finished scap sync-world: Backport for [[gerrit:1276727|ext.wikiEditor: Set background-size for toolbar buttons (
T414805
)]] (duration: 05m 47s)
gerritbot
added a comment.
Thu, Apr 23, 10:22 PM
2026-04-23 22:22:30 (UTC+0)
Comment Actions
Change #1276822 had a related patch set uploaded (by Neriah; author: Krinkle):
[mediawiki/extensions/WikiEditor@REL1_45] ext.wikiEditor: Set background-size for toolbar buttons
gerritbot
added a comment.
Thu, Apr 23, 10:23 PM
2026-04-23 22:23:22 (UTC+0)
Comment Actions
Change #1276823 had a related patch set uploaded (by Neriah; author: Krinkle):
[mediawiki/extensions/WikiEditor@REL1_44] ext.wikiEditor: Set background-size for toolbar buttons
gerritbot
added a comment.
Thu, Apr 23, 10:23 PM
2026-04-23 22:23:33 (UTC+0)
Comment Actions
Change #1276824 had a related patch set uploaded (by Neriah; author: Krinkle):
[mediawiki/extensions/WikiEditor@REL1_43] ext.wikiEditor: Set background-size for toolbar buttons
neriah
subscribed.
Thu, Apr 23, 10:34 PM
2026-04-23 22:34:01 (UTC+0)
Log In to Comment
Content licensed under Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 unless otherwise noted; code licensed under GNU General Public License (GPL) 2.0 or later and other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct.
Wikimedia Foundation
Code of Conduct
Disclaimer
CC-BY-SA
GPL
Credits