Skip to content

Commit d8add53

Browse files
Update lfm.php
1 parent b257d5f commit d8add53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/config/lfm.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
'folder_name' => 'files',
5151
'startup_view' => 'list',
5252
'max_size' => 50000, // size in KB
53+
'thumb' => true,
54+
'thumb_width' => 80,
55+
'thumb_height' => 80,
5356
'valid_mime' => [
5457
'image/jpeg',
5558
'image/pjpeg',
@@ -63,6 +66,9 @@
6366
'folder_name' => 'photos',
6467
'startup_view' => 'grid',
6568
'max_size' => 50000, // size in KB
69+
'thumb' => true,
70+
'thumb_width' => 80,
71+
'thumb_height' => 80,
6672
'valid_mime' => [
6773
'image/jpeg',
6874
'image/pjpeg',

0 commit comments

Comments
 (0)