mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 01:34:31 +01:00
b/w issues, disable auto-gif for now
This commit is contained in:
parent
804247654d
commit
4cca83da8f
@ -51,9 +51,9 @@
|
|||||||
require "secrets.php";
|
require "secrets.php";
|
||||||
|
|
||||||
// Image shit
|
// Image shit
|
||||||
$config['thumb_method'] = 'gm+gifsicle';
|
$config['thumb_method'] = 'gm';
|
||||||
$config['thumb_ext'] = '';
|
$config['thumb_ext'] = 'jpg';
|
||||||
$config['thumb_keep_animation_frames'] = 100;
|
$config['thumb_keep_animation_frames'] = 1;
|
||||||
$config['show_ratio'] = true;
|
$config['show_ratio'] = true;
|
||||||
//$config['allow_upload_by_url'] = true;
|
//$config['allow_upload_by_url'] = true;
|
||||||
$config['max_filesize'] = 1024 * 1024 * 8; // 8MB
|
$config['max_filesize'] = 1024 * 1024 * 8; // 8MB
|
||||||
|
Loading…
Reference in New Issue
Block a user