• Resolved Westveil Publishing

    (@jennapeterson88)


    I allowed my blog to update to WordPress 6.0 2 days ago and ever since, images within posts are displaying at full size, no matter what size I selected. For example, in this blog post the “Xpresso Book Tours” logo should be the 150px thumbnail size and the book cover image after it should be the 300px medium.
    [ redundant link removed ]

    This post looks like I want it to in the editor, but the actual post ignores image size instructions.

    If I select an image size % on the full size, resize works in the post. In this post, the logo is set at 25% and the book cover is set at 50%.
    /?p=16248

    I know it isn’t a theme issue because I switched themes to see what would change. When nothing changed I switched back to my paid theme and carefully looked through all customization options. The only custom CSS I currently have written into the theme targets WooCommerse categories, but removing it makes no difference anyway.

    Possibly related, but I’ve also noticed that the editor lags since the update.

    • This topic was modified 2 years, 9 months ago by Westveil Publishing.
    • This topic was modified 2 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I dont see any 300px value it looks like this image added big in editor. 531px to be exact. the theme is very old. that is why this problem could happening. looks like wp-block style CSS causing the problem.

    I recommend a simple CSS fix for this.

    put this on your theme style.css or if your theme supports add CSS from customizer or from a plugin.

    
    .entry-content img{
      max-width:300px;
      height:auto
    }
    

    this will make images inside the content max 300px.

    Thread Starter Westveil Publishing

    (@jennapeterson88)

    As mentioned in the top post, I know it isn’t the theme because I have this problem no matter what theme is active.

    I do not want a blank slate image size limit because I do sometimes have reason to have wider images in my posts.

    If I go into that first linked post, the one about the book called The Indigo, and click that cover image, in the block editor menu under image settings:
    Image size drop-down: medium
    Image dimensions: width 199 height 300, 100%

    Clearly that’s not what is being displayed. There’s an interrupt somewhere between block editor and what’s actually saved for the public post.

    Again, I know it isn’t the theme because I have this problem no matter what theme is active.

    Thread Starter Westveil Publishing

    (@jennapeterson88)

    The example of the problem post now shows the logo at the intended 150px size because I resized the image file. Obviously I don’t want to go through and resize every single book cover image. I’ve been blogged about these books daily for 3 years…

    Also, went to my theme’s publisher and downloaded the latest version. It is now up to date. No change.

    Hello,
    I kind of met the same issue since the 6.0 version:
    when trying to rearrange an image within the BLOCKS editor, the image doesn’t seem to be willing to display at the center, as requested.

    Instead it stick to the right side of the post…

    What to do from now?
    Thanks

    here s the page I’m referring to: https://www.chiropratique-france.net/listing-chiros/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Sizes Issue Since 6.0 Update’ is closed to new replies.