By Elvira on Sunday, 01 September 2019
Posted in General Issues
Likes 0
Views 510
Votes 0
Hello there, really loving the card layout. I'm wondering if it's possible to adjust the image so the display makes more sense. For example when I use a picture with a face it only shows half of it and the top is missing, no matter which size I use. I would be really nice to be able to drag the picture to the right position. Or do I have to use some set size to be sure the the image displays ok?
Hey there,

I am really sorry for the delay of this reply as it is a public holiday for us here.

Perhaps you can try apply this following CSS into your site backend > Easyblog > theme > custom css and see how it goes.


body #eb .eb-card .embed-responsive-item, #eb .eb-card__cover {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

body #eb .embed-responsive-16by9 {
padding-bottom: 75.25%;
}


Ensure you currently set to display 3 column per row, if more than that, perhaps you can update your site login details at https://stackideas.com/dashboard/site so we can better have a check.
·
Monday, 02 September 2019 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex, that worked. I adjusted the parameters a bit and now it's displaying nicely!
·
Monday, 02 September 2019 14:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Monday, 02 September 2019 15:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post