By adrian on Thursday, 27 August 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 737
Votes 0
Hello, I have reviewed all the options to configure the size of the image displayed on the main page of EasyBlog 5. Unfortunately I have not been successful, keep showing the same size, there is no change.

Regards!
Hello Adrian,

May I know which thumbnail you are referring to? Perhaps, you can provide us some screenshots.
·
Thursday, 27 August 2015 12:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, here a picture..
·
Thursday, 27 August 2015 12:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adrian,

I've checked the blog post and it seems like the blog is not from post cover. The crop features are only available for post cover as you can see from my screenshot here, http://screencast.com/t/U5b2tLqdO . Perhaps you try to use post cover instead and see how it goes.
·
Thursday, 27 August 2015 14:01
·
0 Likes
·
0 Votes
·
0 Comments
·
So there is no way to shrink the size of the image?
·
Thursday, 27 August 2015 14:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adrian,

The only way is to use css hack to shrink the size or crop it to your desire size. You can try applying the following css code inside your template.css and see how it goes.
div#fd.eb .eb-post-content .eb-image .eb-image-figure img {
max-height: 100px !important;
}
·
Thursday, 27 August 2015 16:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post