Skip to content

Commit

Permalink
Remove 2880 as a candidate MultimediaViewer thumbnail size for Strino…
Browse files Browse the repository at this point in the history
…va Wiki

Address T12977
  • Loading branch information
lihaohong6 authored Dec 11, 2024
1 parent 1d4078d commit 1f88f3d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4333,6 +4333,25 @@
'wgMediaViewerEnableByDefault' => [
'default' => true,
],
'wgMediaViewerThumbnailBucketSizes' => [
'default' => [
320,
800,
1024,
1280,
1920,
2560,
2880
],
'strinovawiki' => [
320,
800,
1024,
1280,
1920,
2560
],
],

// Math
'wgMathValidModes' => [
Expand Down

0 comments on commit 1f88f3d

Please sign in to comment.