• Resolved Renato S. Bispo

    (@renatosbispo)


    The images look very blurry when attached to a menu item. I know the problem is not the images themselves because I have tested including them in the same place as a image widget and they look perfectly fine.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @renatosbispo,

    There is a field for the image size that will create an image for the menu items using that size. Can you double check the value used there?

    Can you also share your site URL so I can have a look?
    If you want to keep the URL private fill the form in the link below.

    https://www.wpmenuimage.com/support-contact/

    Thanks

    Thread Starter Renato S. Bispo

    (@renatosbispo)

    I’ve tried all of the size options but the problem persisted. I’ve found an alternative solution for now, so it wouldn’t help to share the URL. But it’s something you guys might want to take a look to make sure it’s alright.

    Thanks for the reply anyway.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Not sure if you resized the thumbnails after changing the size image. I’m glad you found a solution. Will have a deeper look to see if we find any issue.

    Thanks

    Yes. I need help. Images are blurry when I put them in menu icon. I know my image quilty is good.

    • This reply was modified 3 years, 3 months ago by otusk.
    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @otusk,

    I will reply in your topic.

    I found a fix. I inserted “add_filter( ‘menu_image_default_sizes’, function($sizes){

    // remove the default 36×36 size
    unset($sizes[‘menu-36×36’]);

    // add a new size
    $sizes[‘menu-50×50’] = array(50,50);

    // return $sizes (required)
    return $sizes;

    });” and changed all my icons 50. And it cleared up.

    Plugin Author Rui Guerreiro

    (@takanakui)

    @otusk Not necessary to use that code, you can control that in the menu image settings.
    https://share.getcloudapp.com/7KubKGXJ

    Hey Rui,

    I have the same problem. The image is sharp, in the preview, but blurry on the website. I already installed the plug in to reload the thumbnails. Can’t make any sense out of it, please help me.

    I have the same issue. Used the regenerate plugin suggested and it doesn’t help the image quality. Tried uploading the images larger (160x160px, 360x360px) and actually size (80x80px) nothing seems to help, the images are terrible quality 🙁

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Blurry images’ is closed to new replies.