You are using a version of PHP, therefore:
1) In config.php make sure the plugin is enabled:
include_once "plugins/imageresize/plugin.php";
2) Make sure that the set thumbnail sizes are set:
$config['plugin_imageresize']['smallThumb'] = '90x90';
$config['plugin_imageresize']['mediumThumb'] = '120x120';
$config['plugin_imageresize']['largeThumb'] = '180x180';
3) , , , " ". , . : http://cksource.com/ckfinder/demo