Not the nicest-looking fix, but comments (actual comments, not code examples) beginning with "$" are ignored by ?/config.
This commit is contained in:
parent
acfda35648
commit
6e0e5b1e8a
@ -475,8 +475,8 @@
|
||||
|
||||
// Maximum amount of animated GIF frames to resize (more frames can mean more processing power). A value
|
||||
// of "1" means thumbnails will not be animated. Requires $config['thumb_ext'] to be 'gif' (or blank) and
|
||||
// $config['thumb_method'] to be 'imagick', 'convert', or 'convert+gifsicle'. This value is not respected
|
||||
// by 'convert'; will just resize all frames if this is > 1.
|
||||
// $config['thumb_method'] to be 'imagick', 'convert', or 'convert+gifsicle'. This value is not
|
||||
// respected by 'convert'; will just resize all frames if this is > 1.
|
||||
$config['thumb_keep_animation_frames'] = 1;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user