Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cpres

    (@cpres)

    I see on the homepageso the width is being set correctly to 960, but the height isn’t changing. Interesting. I’ll have to see if I can reproduce this locally.

    I’m having the same problem, any solution for this yet?

    Plugin Author cpres

    (@cpres)

    This is fixed and if you try to download again from c-pr.es you’ll get the fix.

    If you just have the one-time download and need this fixed here is how you do it:

    Lines 26 and 34 of /pro/custom_sizing.php should start like this:

    if (!empty( $w ) || !empty( $width )) {
            if (isset($width)) { $w = $width; }
    if (!empty($h) || !empty($height)) {
    		if (isset($height)) { $h = $height; }

    Ideally you could just reinstall from the download on the site of course ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom size not working on pro edition’ is closed to new replies.