By Johnny on Tuesday, 14 February 2017
Posted in Technical Issues
Likes 0
Views 270
Votes 0
Hi, all the images on my 'Related Posts' are cropped. How can I change this? I don't want them cropped. Not the module, the 'Related Posts' that appear under my blogs.
Hi Arlex, that makes them bigger! I need them to be smaller so that the whole image shows and none of it is cropped.

I figured it out, I had to add the following css;


div#fd.eb .eb-related-thumb {
background-size: contain;
}


Thanks
·
Tuesday, 14 February 2017 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can try apply this following css and see how it goes.


div#fd.eb .eb-related-thumb {
padding: 0px 0px 70% !important;
}
·
Tuesday, 14 February 2017 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 14 February 2017 17:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post