• Resolved foxeye

    (@foxeye)


    After setting the Resize Images parameters the resizing obviously does not take place after upload automatically. I still have my original image size and have to resize manually through Manage Gallery. Thought the plugin (or GD) would do the rezising for me during upload. Is this the way it should work or am I missing something here?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter foxeye

    (@foxeye)

    Goolge search tells me it can only be done manually (manage gallery). Any hacks to make this happen automatically are welcome…

    i also whant this

    Got the same,I found this but I don’t know where to put it. It refers to an older version of NGG.

    The file functions.php is changed now is called nggfunctions.php and I believe is different from the earlier one.

    Please help should only take 5min.

    Thanks,V

    For those interested, I have a code change that will make your images resize during the upload process to the sizes you specify in settings. Here’s what to do:

    1) Open ~/wp-content/plugins/nextgen-gallery/admin/functions.php in your favorite text/code editor.

    2) Search for “// now create thumbnails” should be line 192.

    3) Insert just above the following code:

    // now create resized images
    foreach($image_ids as $r) {
    nggAdmin::resize_image ( $r, 0, 0 );
    }

    4) Save.

    Cheers!

    Adam

    Ok,

    I did not know, but NGG does resize images, but only when you are
    logged in as Admin not as Editor.

    Any one has an advice?

    Thanks, V

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] no auto resize on upload?’ is closed to new replies.