Hi,
OK can you screenshot me the image config tab for the feature image?
For the first image it’s normal, to be loaded in latest news you should add an image inside your editor. In this case the plugin will take the first one. If you only have a featured one, the default one will be returned.
Cheers,
Hi,
WP Latest posts is using the WordPress default sizes (thumbnail, medium, large). If you do edit one of those images you may get wrong ratio display. In the pro version there’s a crop function for that.
Though, on your website you you’re loading the 150px width image displayed at 347px width, that’s why it appears with blur. Try to select medium size.
http://www.awesomescreenshot.com/image/1095208/a9d2220d9354a979c53ad66be482463c
Cheers,
I tried doing a medium size and it cuts the photo in half.
Can you put that on the website to take a look? Cropped regarding image height or width?
OK I see, the height is adjusted on the small image height you have (the one in the middle) witch is 150px.
If you want to force the 300px height for all images, add this code in the advanced tab / css section of your news block:
span.img_cropper {
height: auto !important;
}
Glad it does! if you like a plugin, please drop us a review 😉