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]
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.