forked from leftypol/leftypol
made inline expanding of images optional
This commit is contained in:
parent
235163883d
commit
11409bb9d7
3 changed files with 63 additions and 52 deletions
|
@ -249,6 +249,9 @@
|
|||
$config['show_ratio'] = false;
|
||||
// Display the file's original filename
|
||||
$config['show_filename']= true;
|
||||
// Inline expanding of images with Javascript
|
||||
$config['inline_expanding'] = true;
|
||||
|
||||
|
||||
// Directory where temporary files will be created. Not really used much yet except for some experimental stuff.
|
||||
$config['tmp'] = '/tmp';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue