By Bruce Dill on Wednesday, 25 July 2018
Posted in General Issues
Likes 0
Views 660
Votes 0
When a Group is created an image is selected for the group. It is a certain size.
When a user selects to be a member of the group, the size of the canvas is smaller and therefore does not display the desired group image in full.
Hi Bruce,

Actually that is correct behavior.

The frontend cover size will never be the same because it will differ according to the varying themes/templates/custom styling/screen sizes.

The frontend cover will adjust its height accordingly depending on the various factors involved. So even if you apply custom css to increase its height, it may look different on smaller screen.
·
Wednesday, 25 July 2018 18:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, I don't understand.

Both of the attachments are on the same size screen.
·
Wednesday, 25 July 2018 18:48
·
0 Likes
·
0 Votes
·
0 Comments
·
I cannot find this directory which you included in your response.

themes/templates/custom styling/screen sizes.
·
Wednesday, 25 July 2018 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Bruce,
Both of the attachments are on the same size screen.
They may be on the same screen, but their width is different(http://take.ms/XFSAX).

Because the cover on top has a larger width, it needs a much larger height to show the full image.
cannot find this directory which you included in your response.
That is not a directory. I am just stating those as a factor that may influence the image size.

Perhaps you can try using this custom css if you really need the ratio of the image to be the same as in the group creation/edit form.

#es .es-profile-header__cover {
min-height: 390px;
max-height: 390px;
}
After applying this custom css code, try uploading various images to check that its displaying fine.
·
Wednesday, 25 July 2018 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Where do I find the file for the custom css?
·
Wednesday, 25 July 2018 19:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Bruce,

You may insert the custom css here: http://take.ms/og1FI
·
Wednesday, 25 July 2018 20:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok Thanks!
·
Wednesday, 25 July 2018 20:44
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Bruce, glad that your issue is 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
·
Wednesday, 25 July 2018 20:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post