using:
add_action( ‘init’, function() {
add_image_size( ‘Teaserlisting’, 570, 370, true ); // 570 width, 370 height, crop
});
i can add and choose the size in the customizer.
I want a custom size for the image block of generate blocks.
How can i do this?