Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #174374

    Hi, i have selected Single Author, small preview pic for blog layout. However, the featured image i have chosen is not exact width and height of profile pic area. How do i get the featured image to fit or be atleast be cropped to fit full box? It looks messy.

    Also on the blog slider layout it would be great if the images were all same size even if originally different proportions.

    If i could just get a consistient size for all views would be great.

    Can you advise?

    Thanks

    #174811

    Hello Mikeoc!

    Can you post the link to your website?

    Cheers!
    Yigit

    #189975

    Hi, I’m also having the same issue on my site. Will post link below in private msg.

    #189976
    This reply has been marked as private.
    #190087

    Hi!


    @jgoldberg1983
    : I think you have a different issue. You’re not using the Single Author, small preview pic.

    Regards,
    Ismael

    #190256

    Hi Ismael, same same but different I guess =)

    If you look at my blog page and at the post pages the images between the two posts show at different proportions. Is there a way to standardize the proportion?

    Best,
    Jonathan

    #190347

    Hi Jonathan!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .big-preview img { height: 204px; width: 100%; }

    Cheers!
    Yigit

    #190385

    Thanks Yigit, that worked but I noticed it stretches the image on one of them and the more recent image is cropped vertically. Also as the screen size is made smaller the image just gets narrower but height stays the same.

    This option might be better, is it possible to make sure the entire image shows without being cropped and no matter what the height? This way I can just adjust the image heights prior to uploading to all be the same.

    #190574

    Hey!

    You can replace previous code with following one

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

    They should be same size if you adjust heights before uploading

    Cheers!
    Yigit

    #190725

    Thanks Yigit, I did this but the most recent image is still getting cropped vertically. Do you know why this might be happening?

    #190763

    Hi!

    The only solution is to upload images with the same dimension. The theme will crop it the same.

    Cheers!
    Ismael

    #190821

    But why is the most recent photo cropped even though I have height set to 100%?

    Best,
    Jonathan

    #191246

    Hey!

    If you want them to be an exact size every time then you would need to upload them at that size or with the exact same proportions. WordPress has somewhat poor performance if you are picky on very specific image output for automated thumbnails.

    If you’ve changed a thumbnail size or added in a plugin that has done it then you would get different results from one post to the next (in between the change).

    You would need to regenerate the thumbnails with http://wordpress.org/plugins/regenerate-thumbnails/

    Right now I’m not even sure what is getting output as there is some other plugin modifying the image output size that beyond what the theme would.

    Best regards,
    Devin

    #192333

    Ok, thanks for the help guys!

    #192370

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Post featured images all different sizes.. Need consistient size’ is closed to new replies.