• Resolved Mladen

    (@mlajo)


    Hi,
    I have little problem with editing thumb in gallery view … In options I have set thumbnail quality to 90% and it works fine when thumbnails are created automatically (I get file size around 20kb) but when I edit thumbs manually the file size increase double so I presume there is no compression.
    Does anybody knows some solution or fix?

    Thanx for help.

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Hi,
    I found a quick hack/fix for this problem:

    In nextgen-gallery/admin/ajax.php line 110:
    if ( $thumb->save($picture->thumbPath, 100)) {

    change this to:

    if ( $thumb->save($picture->thumbPath, 90)) {

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] edit thumb quality’ is closed to new replies.