• Doobeedoo

    (@doobeedoo)


    Hello,

    For info

    With the option “Show featured image preview column” enabled

    When a page featured image is a SVG, it is displayed in big and breaks the page list display

    Kind regards

Viewing 1 replies (of 1 total)
  • Thread Starter Doobeedoo

    (@doobeedoo)

    I fixed it like this for now:

    /* fix plugin "Happy Files" bug that displays SVG featured image very big in pages list */
    add_action('admin_head', 'my_custom_fonts');
    
    function my_custom_fonts() {
      echo '<style>
        .column-hf_featured_image img { width:200px; height:auto;}
      </style>';
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Bug with SVG featured image’ is closed to new replies.