• Resolved Stagger Lee

    (@stagger-lee)


    How to resize cover image to full width ?

    When I test Gutenberg cover image is really wide. If I change width in options there is no way to set it back as it was initialy.

    As it is now with options I can only set width to editor content width.

    • This topic was modified 6 years, 4 months ago by Stagger Lee.
Viewing 1 replies (of 1 total)
  • Thread Starter Stagger Lee

    (@stagger-lee)

    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.
Viewing 1 replies (of 1 total)
  • The topic ‘Cover image – Full width’ is closed to new replies.