Plugin Directory

Changeset 136357


Ignore:
Timestamp:
07/18/2009 03:27:53 PM (17 years ago)
Author:
linal
Message:

changed detault max file size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resize-on-upload/trunk/resize-on-upload.php

    r136356 r136357  
    9999// options are blank so lets set the defaults
    100100if ($options == "") {
    101     $options['rou_max_width'] = 800;
    102     $options['rou_max_height'] = 600;
     101    $options['rou_max_width'] = 1200;
     102    $options['rou_max_height'] = 800;
    103103    update_option('ROU_Options',$options);
    104104}
Note: See TracChangeset for help on using the changeset viewer.