• Resolved Chrissy

    (@paperkawaii)


    Hi!
    I have a problem I can’t fix..

    I have changed the size of ‘large’ image size to width 728 max and 3000 max height..

    I have regenerated the thumbnails. I have uploaded new images to a new post.

    The images are much larger than 728px..

    I have tried changing in the media settings, functions.php and also the Simple Image Sizes plugin.

    The media insert is still showing the old size, when I insert the image, it put the image in the new size of 728px x whatever, but add the old image size in the code itself!

    I also added a new size ‘extra large’ but thats also stuck on 520px !

    Can anyone help?

    Here is my website, https://www.paperkawaii.com

    For now I have put css to stretch the post images.

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

    (@paperkawaii)

    I fixed the problem, it was in functions.php

    global $content_width;
    if ( ! isset( $content_width ) ) $content_width = 520;

    which was messing with it.

    oopss…

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress insert media not updating new image sizes’ is closed to new replies.