Avatar

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Mon Dec 17, 2012 1:29 pm
Image

Hi,

I am pretty much finished my site but there are a few things left that I would like to try clean up, I have set the avatar size to 160x160 pixels and I have even put a custom message to users when registering that their avatar size should be roughly 160x160 pixels but of course they have ignored this and used bigger images. Now the avatar sizes on the homepage are appearing not how i want them to appear, the picture does not fill out the space, see screenshot above.

Is there anything that can be done to resolve this? I can provide login details if needed or any additional info?

Thanks!
User avatar
Junior Boarder

teitbite
Wed Dec 19, 2012 3:28 am
Hi

Please show me Your site.
User avatar
Moderator

GK User
Mon Jan 07, 2013 3:00 pm
teitbite wrote:Hi

Please show me Your site.


Here is the link to my site: http://www.musicprimo.com/

Let me know if you need any more details.
User avatar
Junior Boarder

teitbite
Tue Jan 08, 2013 7:56 pm
Hi

I can see You have stretched them. Let try add this code to css in order to crop it instead:

Code: Select all
.gk_js_members_main .gk_js_avatar {
    height: 145px;
    overflow: hidden;
    position: relative;
    width: 145px;
}

.gk_js_members_main .gk_js_avatar img {
    height: auto;
    position: absolute;
    top: 0;
}
User avatar
Moderator

GK User
Sat Feb 02, 2013 11:25 pm
Hi - any idea what to use on the css override to limit the height of the K2 avatar. Everything got distorted when I did a template update to esport. Thanks.

https://www.golfsgreatheritage.com/ghos ... iters.html
User avatar
Expert Boarder

teitbite
Sun Feb 03, 2013 12:32 pm
Hi

I do not know exactly what You want to change, but for example resizing image is fine:

Code: Select all
.itemComments ul.itemCommentsList li img {
    height: 60px !important;
}
User avatar
Moderator

GK User
Sun Feb 03, 2013 6:36 pm
Worked perfect - thanks T!
User avatar
Expert Boarder

teitbite
Mon Feb 04, 2013 3:21 pm
Hi

Ok :) I was thinking it was about a different thing, so I'm double happy it's working now :)
User avatar
Moderator


cron