Manual:$wgUploadThumbnailRenderMap/ko
Appearance
| Thumbnail settings: $wgUploadThumbnailRenderMap | |
|---|---|
| An array of thumbnail widths to be rendered at upload time. |
|
| 이 변수가 소개된 버전: | 1.25.3 (Gerrit change 157157; git #623d7789) |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (array) |
| 기본값: | [] |
| 기타 설정: 알파벳 순 | 기능별 순 | |
Details
When defined, is an array of thumbnail widths to be rendered at upload time. The idea is to prerender common thumbnail sizes, in order to avoid the necessity to render them on demand, which has a performance impact for the first client to view a certain size.
This obviously means that more disk space is needed per upload upfront.