Support

Account

Home Forums General Issues ACF Image crop and multiple sizes Reply To: ACF Image crop and multiple sizes

  • the filename you can change in the plugin, find this line and changed _acf_cropped:

    // Generate new base filename
    $targetFileName = implode('.', $originalFileName) . '_' . $targetW . 'x' . $targetH . apply_filters('acf-image-crop/filename_postfix', '_acf_cropped')  . '.' . $originalFileExtension;