Viewing 1 replies (of 1 total)
  • The height of this gallery in css is missing. Add this code snippet in functions.php

    add_action('admin_head', 'my_custom_style');
    
    function my_custom_style() {
      echo '<style>
        .flickity-enabled {
            height: 100%;
        }
      </style>';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Blank gallery in editor’ is closed to new replies.