[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