Ignore:
Timestamp:
Jan 12, 2012, 10:37:28 PM (12 years ago)
Author:
plg
Message:

feature 2548, multiple size:

  • adapt the upload script
  • remove the resize settings screen
  • add a new screen [Administration > Configuration > Options > Photo Sizes] with the ability to resize original after upload
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/config.sql

    r12828 r12879  
    6868INSERT INTO piwigo_config (param,value) VALUES ('upload_form_hd_maxheight','2000');
    6969INSERT INTO piwigo_config (param,value) VALUES ('upload_form_hd_quality','95');
     70INSERT INTO piwigo_config (param,value) VALUES ('original_resize','false');
     71INSERT INTO piwigo_config (param,value) VALUES ('original_resize_maxwidth','2016');
     72INSERT INTO piwigo_config (param,value) VALUES ('original_resize_maxheight','2016');
     73INSERT INTO piwigo_config (param,value) VALUES ('original_resize_quality','95');
Note: See TracChangeset for help on using the changeset viewer.