Hello Pascal,
Thank you very much for getting in touch with us.
I greatly appreciate you for choosing our HT Mega plugin ??
After reviewing your message, I understand your requirements. Well, you can certainly suppress the image sizes pre-defined by the plugin.
To suppress the pre-defined image sizes, you can simply add the following code snippet to the functions.php file of your theme.
function remove_htmega_custom_image_sizes() {
// Remove the custom image size
remove_image_size('htmega_size_585x295');
remove_image_size('htmega_size_1170x536');
remove_image_size('htmega_size_396x360');
}
add_action('init', 'remove_htmega_custom_image_sizes');
Please be informed that removing these image sizes will affect some of the pre-built layouts where these sizes are applied.
I hope this helps! If you have any questions or need more assistance, our dedicated support team is always here to help.
Wishing you a wonderful day ahead!
Kindest regards,
Tarek Aziz