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/admin/include/photos_add_direct_process.inc.php

    r11975 r12879  
    203203    $thumbnail['file'] = $image_infos['file'];
    204204   
    205     $thumbnail['src'] = get_thumbnail_location(
    206       array(
    207         'path' => $image_infos['path'],
    208         'tn_ext' => $image_infos['tn_ext'],
    209         )
    210       );
     205    $thumbnail['src'] = DerivativeImage::thumb_url($image_infos);
    211206
    212207    // TODO: when implementing this plugin in Piwigo core, we should have
Note: See TracChangeset for help on using the changeset viewer.