Files
2019-11-21 12:25:31 +01:00

16 lines
452 B
PHP

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* Version information
*/
$config['salt_length'] = 8;
$config['rs_image_sizes'] = array(
'gallery' => array('width' => 270, 'height' => 220),
'thumbnail' => array('width' => 150, 'height' => 150),
'medium' => array('width' => 300, 'height' => 200),
'large' => array('width' => 1024, 'height' => 682),
'post-thumbnail' => array('width' => 825, 'height' => 510)
);