-
AuthorPosts
-
October 11, 2013 at 8:50 pm #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
October 13, 2013 at 6:53 pm #174811November 18, 2013 at 7:31 am #189975Hi, I’m also having the same issue on my site. Will post link below in private msg.
November 18, 2013 at 7:31 am #189976This reply has been marked as private.November 18, 2013 at 2:51 pm #190087Hi!
@jgoldberg1983: I think you have a different issue. You’re not using the Single Author, small preview pic.Regards,
IsmaelNovember 18, 2013 at 7:24 pm #190256Hi 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,
JonathanNovember 18, 2013 at 11:54 pm #190347Hi Jonathan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.big-preview img { height: 204px; width: 100%; }
Cheers!
YigitNovember 19, 2013 at 12:55 am #190385Thanks 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.
November 19, 2013 at 2:31 pm #190574Hey!
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!
YigitNovember 19, 2013 at 9:28 pm #190725Thanks Yigit, I did this but the most recent image is still getting cropped vertically. Do you know why this might be happening?
November 20, 2013 at 1:53 am #190763Hi!
The only solution is to upload images with the same dimension. The theme will crop it the same.
Cheers!
IsmaelNovember 20, 2013 at 5:03 am #190821But why is the most recent photo cropped even though I have height set to 100%?
Best,
JonathanNovember 21, 2013 at 2:29 am #191246Hey!
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,
DevinNovember 23, 2013 at 11:25 pm #192333Ok, thanks for the help guys!
November 24, 2013 at 1:01 am #192370Glad we could help. Let us know if you have any other questions or issues.
-
AuthorPosts
- The topic ‘Post featured images all different sizes.. Need consistient size’ is closed to new replies.