default general settings changing image size values

[ad_1]

this is not working >>> https://diviplugins.com/documentation/divi-filtergrid/thumbnail-size/#:~:text=By%20default%2C%20the%20Divi%20FilterGrid,and%20the%20height%20to%20382px.

solution>>> add this to your function php >>>

add_action( ‘after_setup_theme’, ‘custom_thumbnail_size’ );
function custom_thumbnail_size() {
add_image_size( ‘et-pb-post-main-image-fullwidth’, 1080, 720, false ); // width, height, hard crop mode
}

Hi,
Yes, changing the settings for the image sizes registered by third-party plugins and themes is not in the scope of this plugin.

However, you seem to have found the solution for your need, and it’s useful for anyone else who might need to make similar changes. I will close the item as resolved for new.

Regards,
Iulia

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer