10 lines
No EOL
181 B
PHP
10 lines
No EOL
181 B
PHP
<?php
|
|
$config = array(
|
|
'image_library' => 'gd2',
|
|
'create_thumb' => true,
|
|
'maintain_ratio' => true,
|
|
'width' => 175,
|
|
'height' => 175,
|
|
'thumb_marker' => '',
|
|
);
|
|
?>
|