mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
f8fe9c0af3
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
33 lines
502 B
JSON
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"
|
|
}
|
|
]
|
|
}
|