• Resolved wimkuip

    (@wimkuip)


    Hello,

    I created a single column menu. I like to change the size of the featured image, default 600 by 600 to 300 by 300. I went to menu, settings and under advanced options I changed the photo width and height to 300. After I saved the new settings I cannot see any change in the size of the featured image, it is still 600 by 600?

    Please help?

    Many thanks,

    Wim

    https://wordpress.org/plugins/food-and-drink-menu/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Wim,

    Can you send me a link to the menu on your site? It may be that you need to regenerate the thumbnails for previously uploaded images. Or it may be that the file size has changed but this hasn’t changed the display size on your menu.

    Thread Starter wimkuip

    (@wimkuip)

    Hello Nate,

    Many thanks for your message,

    The link to the page with the menu is

    http://www.baaskaas.nl/assortiment/

    Thanks for having a look,

    Kind regards, Wim

    Hi Wim,

    Yes, it looks like it’s still 600×600. You’ll need to use a plugin to regenerate your thumbnails before the change will take effect.

    Once that’s done, you’ll probably also want to adjust the CSS code a bit so that the images aren’t stretched on large screens:

    .fdm-item-image {
      max-width: 300px;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot change the size of the featured image’ is closed to new replies.