Changeset 10570 for trunk/include


Ignore:
Timestamp:
Apr 22, 2011, 3:19:36 PM (13 years ago)
Author:
patdenice
Message:

feature:2274
Create thumbnail through ajax.
Remove $conftn_width, $conftn_height and $conftn_compression_level parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r8763 r10570  
    114114// given month. a value of 0 means that the pretty view is not shown.
    115115// a good suggestion would be to have the width and the height equal
    116 // and smaller than tn_width and tn_height.
     116// and smaller than upload thumbnails configuration size.
    117117$conf['calendar_month_cell_width'] =80;
    118118$conf['calendar_month_cell_height']=80;
     
    140140// display before and after the current page ?
    141141$conf['paginate_pages_around'] = 2;
    142 
    143 // tn_width : default width for thumbnails creation
    144 $conf['tn_width'] = 128;
    145 
    146 // tn_height : default height for thumbnails creation
    147 $conf['tn_height'] = 128;
    148 
    149 // tn_compression_level: compression level for thumbnail creation. 0 is low
    150 // quality, 100 is high quality.
    151 $conf['tn_compression_level'] = 75;
    152142
    153143// show_version : shall the version of Piwigo be displayed at the
Note: See TracChangeset for help on using the changeset viewer.