Tagged: Blog, featured image, featured image size
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!
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
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!
Hi there. Nevermind. I was not thinking.
I used CSS to target the feature images and gave them max-widths and max-heights.
Thanks!