Example #1
0
 function config_previews()
 {
     parent::config_previews();
     $this->config = array_merge($this->config, array('admin' => array('width' => 50, 'height' => 50, 'method' => 'use_height', 'bgcolor' => array(200, 200, 200)), 'small' => array('width' => 100, 'height' => 100, 'method' => 'use_box', 'bgcolor' => array(200, 200, 200)), 'gallery' => array('width' => 150, 'height' => 150, 'method' => 'use_height', 'bgcolor' => array(200, 200, 200)), 'medium' => array('width' => 200, 'height' => 200, 'method' => 'use_box', 'bgcolor' => array(200, 200, 200))));
 }
Example #2
0
 function config_previews()
 {
     parent::config_previews();
     $this->config = array_merge($this->config, array('box800' => array('width' => 800, 'height' => 800, 'method' => 'use_box', 'bgcolor' => array(0, 0, 0)), 'crop80' => array('width' => 80, 'height' => 80, 'method' => 'use_crop', 'bgcolor' => array(0, 0, 0))));
 }