[Resolved] Blog featured image resize

Home Forums Support [Resolved] Blog featured image resize

Home Forums Support Blog featured image resize

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #593370
    jonathan

    Hi,

    I imported a WordPress blog and need to set ALL the featured images to 800px wide. I set the dimension in the layout>blog>archives about a month ago, but they still are showing various sizes.

    Am I missing something, or should this resize all the blog images?

    Thanks,

    Jon

    #593529
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    They should resize to that specific width.

    However, our image resizer will only do so if your server has enough resources to make the changes.

    You could try:

    1. Setting a difference size and saving.
    2. Regenerating thumbnails with a plugin like this: https://wordpress.org/plugins/regenerate-thumbnails/

    #593557
    jonathan

    Thanks Tom, I just ended up using CSS to enforce a uniform Featured Image size for posts:

    .post-image .size-full {
    width: 800px;
    height: auto;
    }

    #593646
    Tom
    Lead Developer
    Lead Developer

    Glad you got something working 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.