Hello,
somehow team images presented in AJAX-based team view (slideout) are deformed. Strangely enough, Uplift wants team images in 170x170px format but doesn’t use square image versions (thumbnails) – instead, an original image is being used and conformed to required dimensions with CSS.
This squishes images which originals aren’t in square format.
Upon quick inspection I found out this CSS:
.sf-team-ajax-container .profile-image-wrap img {
width: 170px;
height: 170px;
border-radius: 50%;
margin-bottom: 30px;
}
But the original image dimensions (being used in img tag) are 300 x 382 px which makes the img look out of proportion as it’s forced to 170x170px by CSS.
Why doesn’t Uplift use square thumbnails in team view? I’d really like to use this view but it looks awful at the moment.
Attachments:
You must be
logged in to view attached files.