mediawiki-extensions-Multim.../bundlesize.config.json
Derk-Jan Hartman f8fe9c0af3 Remove the thumbnail blurring
This removes the thumbnail blurring.

The initial page thumbnail is still in place.
This too can be slightly improved as sizing up to the MMV frame is
done via JS right now, and causes a noticeable change. But we can
simply do this with CSS immediately i think.

Bug: T71609
Bug: T65504
Change-Id: If2a92689be9ee7ecd64561dc224991f31274d58a
2024-05-25 00:56:35 +00:00

33 lines
502 B
JSON

{
"modules": [
{
"resourceModule": "mmv",
"maxSize": "28.0 kB"
},
{
"resourceModule": "mmv.ui.restriction",
"maxSize": "9.1 kB"
},
{
"resourceModule": "mmv.codex",
"maxSize": "5.1 kB"
},
{
"resourceModule": "mmv.ui.reuse",
"maxSize": "4.8 kB"
},
{
"resourceModule": "mmv.bootstrap",
"maxSize": "5.9 kB"
},
{
"resourceModule": "mmv.bootstrap.autostart",
"maxSize": "1 kB"
},
{
"resourceModule": "mmv.head",
"maxSize": "1 kB"
}
]
}