Browse Source

Not the nicest-looking fix, but comments (actual comments, not code examples) beginning with "$" are ignored by ?/config.

pull/40/head
Michael Foster 11 years ago
parent
commit
6e0e5b1e8a
  1. 4
      inc/config.php

4
inc/config.php

@ -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…
Cancel
Save