Changeset 1848


Ignore:
Timestamp:
Feb 21, 2007, 11:33:05 PM (17 years ago)
Author:
rub
Message:

Thumbnail upload max size is less than default values for thumbnails creation.
Now, values are equal by default.

Location:
trunk
Files:
2 edited

Legend:

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

    r1837 r1848  
    495495// upload_maxheight_thumbnail: maximum height authorized for the uploaded
    496496// thumbnails
    497 $conf['upload_maxheight_thumbnail'] = 100;
     497$conf['upload_maxheight_thumbnail'] = 128;
    498498
    499499// upload_maxwidth_thumbnail: maximum width authorized for the uploaded
    500500// thumbnails
    501 $conf['upload_maxwidth_thumbnail'] = 150;
     501$conf['upload_maxwidth_thumbnail'] = 128;
    502502
    503503// +-----------------------------------------------------------------------+
  • trunk/template/yoga/theme

    • Property svn:ignore
      •  

        old new  
        1010cyan
        1111hk-darkblue-left
         12minimalus
Note: See TracChangeset for help on using the changeset viewer.