我们找到
<thumbs>
<enabled>true</enabled>
<url>�SE_URL%_thumbs/</url>
<directory>�SE_DIR%_thumbs</directory>
<directAccess>false</directAccess>
<maxHeight>100</maxHeight>
<maxWidth>100</maxWidth>
<quality>80</quality>
</thumbs>
标签说明:
<directAccess> false / true true :设置为ture就是完整的一个链接地址; false:缩略图的URL将是一个动态的链接到服务器的连接,有缓存的作用;
<maxHeight> 缩略图的最大高度;
<maxWidth> 缩略图的最大宽度
<quality>生成的质量: 最高100 上传缩放 缩放(缩放)选项允许我们定义上传图片的最大尺寸。如果图像的大小是比我们指定一个更大,图像将被定义尺寸缩放。
<ImgWidth > 1600 </imgWidth>
<imgHeight > 1200 </imgHeight>
<imgQuality > 80 </imgQuality> 指定图片宽度为1600 高1200 品质 80 ;当我们上传的图片超过1600的宽,CKfinder自动帮我们按照比例缩放到宽为1600;