• Resolved lisacatch

    (@lisacatch)


    I’m brand new to WordPress, so forgive me if there’s an obvious fix, but custom image size does not work for me. I upload a photo (e.g., 1200px x 1200px)for a post I’m writing, and then save it. Then I click “edit” to change the image size. I choose “custom size” because the default size for “medium” is too small and “large” is too big — I want something in between that. It will allow me to size it (for example, to 450px x 450px) and save it, and it looks correct in admin. But then it appears as full size on my site — no matter which custom size I choose, it appears huge on the site and won’t change. Is custom size not working for Brasserie? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    can you please give me your url so I can take a look?

    Thread Starter lisacatch

    (@lisacatch)

    https://apb-eats.com/

    As you can see, right now each post has a small image with it. After I upload the full size image, I edit it to “medium” even though I’d prefer to make it a custom size so that the images will be a bit larger than the set medium size. Thank you!

    Theme Author Template Express

    (@danstriker)

    Hello,

    I will add a fix for the next update. IN the meantime you can remove the following style to make it work:

    .site-header img, .entry-content img, .widget img, img.size-full {
        width: auto;
    }
    Thread Starter lisacatch

    (@lisacatch)

    Thank you. I’ve actually decided to keep the images as is for now, but if decide to custom size them, I’ll try this code.

    Theme Author Template Express

    (@danstriker)

    OK great

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom Image Size Not Working’ is closed to new replies.