mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
No file placeholder in catalog
This commit is contained in:
parent
0f3a65a984
commit
db89ee7827
@ -780,6 +780,8 @@
|
|||||||
$config['spoiler_image'] = 'static/spoiler.png';
|
$config['spoiler_image'] = 'static/spoiler.png';
|
||||||
// Location of thumbnail to use for deleted images.
|
// Location of thumbnail to use for deleted images.
|
||||||
// $config['image_deleted'] = 'static/deleted.png';
|
// $config['image_deleted'] = 'static/deleted.png';
|
||||||
|
// Location of placeholder image for fileless posts in catalog.
|
||||||
|
$config['no_file_image'] = 'static/no-file.png';
|
||||||
|
|
||||||
// When a thumbnailed image is going to be the same (in dimension), just copy the entire file and use
|
// When a thumbnailed image is going to be the same (in dimension), just copy the entire file and use
|
||||||
// that as a thumbnail instead of resizing/redrawing.
|
// that as a thumbnail instead of resizing/redrawing.
|
||||||
|
BIN
static/no-file.png
Normal file
BIN
static/no-file.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in New Issue
Block a user