• Hi, I’m using this plugin in multisite enviroment, and would like to change the $max_width and $max_height globally. Would you mind adding filters for these values, like:

    $max_width  = get_option('jr_resizeupload_width')==0 ? false : get_option('jr_resizeupload_width');
    apply_filters('jr_max_width',$max_width);
    
      $max_height = get_option('jr_resizeupload_height')==0 ? false : get_option('jr_resizeupload_height');
    apply_filters('jr_max_height',$max_height);

    https://www.ads-software.com/plugins/resize-image-after-upload/

  • The topic ‘Add filters for max_width and max_height’ is closed to new replies.