Title: Delete function for crop image
Last modified: October 8, 2020

---

# Delete function for crop image

 *  [eile87](https://wordpress.org/support/users/eile87/)
 * (@eile87)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/delete-function-for-crop-image/)
 * Hi,
 * thank you for your work for the theme blog-way, i need to delete crop option 
   for logo in header, i can’t locate this function to disable it, in my functions.
   php in child theme i modify
 *     ```
        /*
                * Enable support for custom logo.
                */
               add_theme_support('custom-logo', array(
                   'height'      => 70,
                   'width'       => 400,
               ));
   
               /*
   
       so modifying width from 200 -> 400px but it's not resolutive.
       ```
   
 * Thank you.

Viewing 1 replies (of 1 total)

 *  Thread Starter [eile87](https://wordpress.org/support/users/eile87/)
 * (@eile87)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/delete-function-for-crop-image/#post-13514437)
 * Update my post, because i solved this behaviour modifying function and updating
   values for height and width, but i’m seeing that theme generate 4 kind of image
   size with resolution: 150×150, 300×215, 345×225, 768×549 and then other two files
   as cropped-namefile.xx and cropped-namefile-150×70.xx
 * could you give me information about where change these values? i found only
 * add_image_size(‘blog-way-common’, 345, 225, true);
 * in functions.php file.
 * My need is have a custom logo with a dynamic crop from uploader media in WordPress.
 * Thank you.
    Regards

Viewing 1 replies (of 1 total)

The topic ‘Delete function for crop image’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blog-way/3.1.7/screenshot.png)
 * Blog Way
 * [Support Threads](https://wordpress.org/support/theme/blog-way/)
 * [Active Topics](https://wordpress.org/support/theme/blog-way/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blog-way/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blog-way/reviews/)

## Tags

 * [crop image](https://wordpress.org/support/topic-tag/crop-image/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 1 reply
 * 1 participant
 * Last reply from: [eile87](https://wordpress.org/support/users/eile87/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/delete-function-for-crop-image/#post-13514437)
 * Status: not resolved