Difference between revisions of "Template:Ckfinder 2.x Thumbnail Description"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

m (Spacing added)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* <code>maxWidth</code> and <code>maxHeight</code> &ndash; determine the maximum size of the thumbnails which can appear in CKFinder. These values are defined in pixels. You can obviously increase them, but the thumbnails will then look more like  full-sized images than like miniatures.
 
* <code>maxWidth</code> and <code>maxHeight</code> &ndash; determine the maximum size of the thumbnails which can appear in CKFinder. These values are defined in pixels. You can obviously increase them, but the thumbnails will then look more like  full-sized images than like miniatures.
  
* <code>quality</code> &ndash; sets the quality of a thumbnail in a range from <code>1</code> to <code>100</code>. The smaller the quality value, the smaller the size of the thumbnail. Notice that an acceptable quality value is about <code>45</code> and the mostly used one is about <code>80</code>.
+
* <code>quality</code> &ndash; sets the quality of a thumbnail in a range from <code>1</code> to <code>100</code>. The smaller the quality value, the smaller the size of the thumbnail. Notice that an acceptable quality value is about <code>45</code> and the most frequently used one is about <code>80</code>.
  
 
* <code>directAccess</code> &ndash; this setting may increase the overall performance of CKFinder. By default, CKFinder connects to the server connector to get the thumbnail. It is not a problem in most cases, because the connector sends the <code>HTTP/304 Not Modified</code> header most of the time to save the traffic and reduce server-side processing. However, sometimes it is better to leave cache control to the browser. When <code>directAccess</code> is set to <code>true</code>, thumbnails are loaded directly from the <code>_thumbs</code> folder by CKFinder. Note that it is impossible to use this setting, if the thumbnail directory is located outside the document root.
 
* <code>directAccess</code> &ndash; this setting may increase the overall performance of CKFinder. By default, CKFinder connects to the server connector to get the thumbnail. It is not a problem in most cases, because the connector sends the <code>HTTP/304 Not Modified</code> header most of the time to save the traffic and reduce server-side processing. However, sometimes it is better to leave cache control to the browser. When <code>directAccess</code> is set to <code>true</code>, thumbnails are loaded directly from the <code>_thumbs</code> folder by CKFinder. Note that it is impossible to use this setting, if the thumbnail directory is located outside the document root.
 
 
{{ #ifeq: {{{language}}} | php | * <code>bmpSupported</code> is a setting available only in the '''PHP connector''', because the GD library in PHP does not support the <code>.bmp</code> format. It is possible to enable support for <code>.bmp</code> files in CKFinder. In this case CKFinder will use a special PHP class to manipulate such images. Because resizing of <code>.bmp</code> files is relatively slow, this feature is disabled by default. }}
 
{{ #ifeq: {{{language}}} | php | * <code>bmpSupported</code> is a setting available only in the '''PHP connector''', because the GD library in PHP does not support the <code>.bmp</code> format. It is possible to enable support for <code>.bmp</code> files in CKFinder. In this case CKFinder will use a special PHP class to manipulate such images. Because resizing of <code>.bmp</code> files is relatively slow, this feature is disabled by default. }}
 
 
* You may disable thumbnails by placing the bool value <code>false</code> in the <code>enabled</code> section.
 
* You may disable thumbnails by placing the bool value <code>false</code> in the <code>enabled</code> section.

Latest revision as of 09:30, 10 January 2014

  • maxWidth and maxHeight – determine the maximum size of the thumbnails which can appear in CKFinder. These values are defined in pixels. You can obviously increase them, but the thumbnails will then look more like full-sized images than like miniatures.
  • quality – sets the quality of a thumbnail in a range from 1 to 100. The smaller the quality value, the smaller the size of the thumbnail. Notice that an acceptable quality value is about 45 and the most frequently used one is about 80.
  • directAccess – this setting may increase the overall performance of CKFinder. By default, CKFinder connects to the server connector to get the thumbnail. It is not a problem in most cases, because the connector sends the HTTP/304 Not Modified header most of the time to save the traffic and reduce server-side processing. However, sometimes it is better to leave cache control to the browser. When directAccess is set to true, thumbnails are loaded directly from the _thumbs folder by CKFinder. Note that it is impossible to use this setting, if the thumbnail directory is located outside the document root.
  • You may disable thumbnails by placing the bool value false in the enabled section.
This page was last edited on 10 January 2014, at 09:30.