By David St. Pierre on Friday, 10 February 2017
Posted in General
Likes 0
Views 495
Votes 0
I want to show the full 68x68 photo thumbnail that's pulled for the Recent Photo Module. I've attempted to override some of the CSS, yet I can't seem to find the control that handles the height.
Hello,

To resize the thumbnail size for the recent photo modules, you will need to insert CSS codes below into your template stylesheets. But your photos will looks distorted if the original photo is not in square ratio.

[gist type="php"]
#es.mod-es-photos .es-side-embed-lists__item a {
padding-bottom: 100%;
}
#es.mod-es-photos .es-side-embed-lists__item a img {
height: 68px;
}
[/gist]
·
Friday, 10 February 2017 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome! That did the trick, thanks!
·
Sunday, 12 February 2017 01:09
·
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.
·
Sunday, 12 February 2017 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post