Update Featured Image Size

Hi,

I have already installed a custom plugin with the code below to increase the featured image size. When I access the blog post the featured image is cropped as per the attached image. I had this working previously, though a recent wordpress update appears to have changed this. Can you please review and advise?

<?php
/*
Plugin Name: Colorlib Plugin
Description: Quick Custom Solution Plugin for Implementing Custom Solution.
Version: 1.0.0
Author: Movin
Author URI: http://freewptp.com/
License: GNU General Public License (Version 2 - GPLv2)
*/

function modify_featured_image_size(){
add_image_size( ‘activello-featured’, 1200, 1200, true );
}
add_action( ‘init’, ‘modify_featured_image_size’, 10 );

function custom_activello_custom_header_args( $args ) {
$args[‘width’] = 9999;
$args[‘height’] = 9999;
return $args;
}
add_filter( ‘activello_custom_header_args’, ‘custom_activello_custom_header_args’ );

Thanks

Rob

Hello there,

I hope you are doing well.

Is [http://www.simplytravelled.com/] the link to your website?

I have checked the page and the images seem to be cropped correctly.

Please try clearing your browser cache and refreshing the page. Here is a link that explains the process:

Best Regards,
Support

Hi,

Sorry I am referring to the post feature image as attached. It is cropped rather than the full size.

Thanks

Rob

It seems you are using Jetpack plugin on your site so could you please try temporary deactivating it or its Photon module on your site?

This jetpack photon module is not updating the images stored on wp.com so to resolve the issue either disable this module or update the images on wp.com by contacting jetpack support team.

Hi Movin,

I have disabled the photon module, though I am still experiencing the same issue.

Thanks

Rob

This is because you are using cropped image on your site. See here http://www.simplytravelled.com/wp-content/uploads/2017/02/BIRU-WP-20170210T130648GMT1100-1920x550.jpg

Please use the full image.

Hi Movin,

After the recent wordpress update and the Activello theme update I am experiencing feature image size issues. When I visit http://www.simplytravelled.com/ I can see that the feature image displayed is cropped.

When I click the image it loads to page Explore the Best Myanmar has to Offer in 3-Weeks - Simply Travelled and I can see the feature image in full size. Is it possible to have the default page display the feature images for posts in full size rather than being cropped?

Thanks

Rob

Please see the answer posted in the following topic for the similar question.

https://colorlibsupport.com/t/featured-image-all-different-sizes-after-theme-update/#post-100126