Screenshot

PHP code:
$config['Thumbnails'] = Array( 'url' => $baseUrl, 'directory' => $baseDir, 'enabled' => false, 'directAccess' => false, 'maxWidth' => 100, 'maxHeight' => 100, 'bmpSupported' => false, 'quality' => 80);
$config['Thumbnails'] = Array( 'url' => $baseUrl.'_thumbnails', 'directory' => $baseDir.'_thumbnails', 'enabled' => true, 'directAccess' => false, 'maxWidth' => 100, 'maxHeight' => 100, 'bmpSupported' => false, 'quality' => 80);

Re: Images doen't show
Re: Images doen't show
viewtopic.php?f=10&t=19053
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Images doen't show
Re: Images doen't show
Search for url with "command=Thumbnail" and see what error was returned there.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+