Skip to main content
Topic: Round frame For Avatar (Read 1680 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Round frame For Avatar

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.

Re: Round frame For Avatar

Reply #1

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%;
}

Re: Round frame For Avatar

Reply #2

Thank you!