OK, found this and gives me max width cover images. Still enigma how you managed this half-full width cover images (demo), and why I cannot set it back to it once I changed options.
(This code snippet gives me back your demo option.) Why do you ship demo with options not accessible to Users ?
/**
* Registers support for Gutenberg wide images in Writy.
*/
function writy_setup() {
add_theme_support( 'align-wide' );
}
add_action( 'after_setup_theme', 'writy_setup' );
-
This reply was modified 6 years, 4 months ago by
Stagger Lee.
-
This reply was modified 6 years, 4 months ago by
Stagger Lee.