• Resolved MPthewho

    (@mpthewho)


    Hi!

    In Firefox the image menu breaks into different segments. Some menu buttons are shown with different width than others. This only occurs in Firefox.

    I used this fix from this thread to make the menu look good in the first place:

    add_action('init', 'add_custom_image_sizes');
    
    function add_custom_image_sizes(){
      add_image_size('menu-h48', 9999, 48);
    }

    The problem in Firefox occured with the recent plugin update.
    Any idea how to fix this issue?

    https://ww.wp.xz.cn/plugins/menu-image/

The topic ‘Firefox menu break’ is closed to new replies.