Initial Commit
This commit is contained in:
15
web/revslider/application/config/revslider.php
Normal file
15
web/revslider/application/config/revslider.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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)
|
||||
);
|
||||
Reference in New Issue
Block a user