Main navigation
Product navigation
Main content
CKEditor 4
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
More
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKFinder
Support
Last post
Mon, 02/28/2011 - 23:42
#1
marcusmagalhaes
Joined:
28/02/2011
Posts:
2
thumb select url
http://www.txxxxxx/xxxxxxxxxxx/FCKedito ... Debate.png
Tue, 03/01/2011 - 12:32
#2
marcusmagalhaes
Joined:
28/02/2011
Posts:
2
Re: thumb select url
in config.php...
$config['Thumbnails'] = Array(
'url' => $baseUrl . '_thumbs',
'directory' => $baseDir . '_thumbs',
'enabled' => true,
'directAccess' => false, <-------------
change to true
'maxWidth' => 200,
'maxHeight' => 150,
'bmpSupported' => false,
'quality' => 60);
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: thumb select url
$config['Thumbnails'] = Array(
'url' => $baseUrl . '_thumbs',
'directory' => $baseDir . '_thumbs',
'enabled' => true,
'directAccess' => false, <------------- change to true
'maxWidth' => 200,
'maxHeight' => 150,
'bmpSupported' => false,
'quality' => 60);