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

    Hi! I have my blog style set as “Single author, big preview Pic.” Is there a way that I can make the featured images a max width, so that I can have some consistency, since the photo sizes vary so much? Ideally, is there a way to even automatically crop the horizontal AND vertical images so I can make ALL images the same size?

    Thanks so much for your great support!

    #403658

    Hi melissahodge!

    You can use this CSS to have them all set to be full width.

    .big-preview.single-big, img {
      width: 100%;
    }

    And if you use our blog posts shortcode you can set a specific image size for them to be cropped as.

    Cheers!
    Elliott

    • This reply was modified 9 years, 5 months ago by Elliott.
    #404876

    Hi Elliott,
    Thanks for the code, but I don’t want them set at a percentage of their original width (or height). I’m looking for a way to crop them so that they are all the same size, regardless of their original size. I know that you can crop each photo within WordPress, but is there a way to make the blog post featured images crop automatically? Can you please explain “And if you use our blog posts shortcode you can set a specific image size for them to be cropped as?”

    Thanks!

    #404953

    Hi there. Nevermind. I was not thinking.

    I used CSS to target the feature images and gave them max-widths and max-heights.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog featured image size’ is closed to new replies.