Show
Ignore:
Timestamp:
01/12/12 22:37:28 (4 months 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

Files:
1 modified

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');