ElkArte Community

Project Support => Support => Topic started by: Egbune on July 15, 2017, 03:45:04 am

Title: Round frame For Avatar
Post by: Egbune on July 15, 2017, 03:45:04 am
Hi, I kinda enabled this feature when I had elkarte at a time but I kinda had problem and deactivated it.

Now, I have totally forgotten how to activate this feature, completely! Is it a mod to be downloaded, or in my admin setting? Would like to know the link if existed.
Title: Re: Round frame For Avatar
Post by: Spuds on July 15, 2017, 08:52:58 am
That was either a custom theme that you were using, or something you added to a custom.css

The easiest way to achieve it is to add the following to a custom.css file (place in your theme css directory)  OR edit your existing index.css file and find the existing avatarresize statement and ADD the two lines below to it.

Code: [Select]
.avatarresize {
object-fit: cover;
border-radius: 50%;
}
Title: Re: Round frame For Avatar
Post by: Egbune on July 15, 2017, 09:53:15 am
Thank you!