• When I place an uploaded image into the body of my page, the top and bottom of the image is cropped. This seems to be happening with all the images I am inserting into the body text of my pages. These images are not featured images or portfolio images, just regular entry content images.

    The vertigo image on page should be 1140 x 501. The original photo was 1280 x 562, but was scaled (and cropped!) to 1140 x 250.

    I have checked and tried several code fixes including altering add_image_size( 'full', 1140, 250, false ); and also altering the settings for media sizes and hard cropping, but nothing is working.

    Any help would save my sanity!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    add_image_size() function scope or scale your image based on the uploaded image size ratio.

    If you want your image should crop or scale into exact size, you can use any plugin for this.

    Here is one of the plugin that you can use: Manual Image Crop

Viewing 1 replies (of 1 total)
  • The topic ‘Images cut off’ is closed to new replies.