By Anthony Comegys on Thursday, 30 October 2014
Posted in General Issues
Replies 1
Likes 0
Views 768
Votes 0
If you look at my screen shots, it seems I have the settings correct yet the thumbnails are still being cropped and larger than I want in the album view.

Am I setting the parameters in the wrong place or am I doing something wrong?

The look correct in the time line but not the album view.
Hi Anthony, the settings in your screenshot only applies to the images when they are displayed in the stream.

The photo thumbnails are intended to display in square blocks in the album listing page.

You can however, add your own CSS hacks to display the entire image.
You can add this within your template's CSS file or anywhere you like.

body div#fd.es .es-album-item .es-photo-item.layout-item .es-photo em {
background-size: contain !important;
}
·
Thursday, 30 October 2014 12:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post