How to make cover image in post block expand to entire screen?

In order to support Wide alignment, the theme needs to add support for it. In the theme functions.php file:

add_theme_support( 'align-wide' );

Then both Wide width and Full width options will appear in the block toolbar.