By Rob on Friday, 18 August 2017
Posted in General
Likes 0
Views 155
Votes 0
Hello my friends,

I hope you are all well. I am trying to resize these images to fit perfectly in the square - some images do while others don't.

Is there a piece of CSS or PHP that I could use too resize all images on this page to look great!

Here is the page:

Techlick 100 App Page

It is almost like the code you use for resizing the Category images. Could you help?

Kind Regards,
Rob
Hey Rob,

I am not sure whether you would like to achieve this or not, perhaps you can check my attached screenshot below, if yes, you can apply my following css into your current template css file.


#eb .eb-mod-thumb.is-center .eb-mod-image-cover {
height: 170px !important;
}

#eb .eb-mod-thumb .eb-mod-image-cover {
background-size: contain !important;
}
·
Friday, 18 August 2017 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Awesome Arlex!!!

That was fantastic you are a genius - thank you very much - exactly what I wanted. Closing ticket - this is solved!

Regards,
Rob
Rob
·
Friday, 18 August 2017 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. 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.
·
Friday, 18 August 2017 12:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post