source: extensions/GDThumb/config_default.inc.php @ 31999

Last change on this file since 31999 was 30225, checked in by SergeD, 10 years ago

GDThumb 1.0.12

File size: 409 bytes
Line 
1<?php
2
3$config_default = array(
4  'height'           => 200,
5  'margin'           => 10,
6  'nb_image_page'    => 80,
7  'big_thumb'        => true,
8  'big_thumb_noinpw' => false,
9  'cache_big_thumb'  => true,
10  'normalize_title'  => false,
11  'method'           => 'crop',
12  'thumb_mode_album' => 'bottom',
13  'thumb_mode_photo' => 'bottom',
14  'thumb_metamode'   => 'merged',
15  'no_wordwrap'      => false
16);
17
18?>
Note: See TracBrowser for help on using the repository browser.