Square avatars?

  • You can do something like this:

    CSS
    .userAvatarImage {
        border-radius: unset;
    }


    „If you can only do one thing, hone it to perfection. Hone it to the utmost limit!“ – Zenitsu Agatsuma

  • And if you want to still support IE11 and older versions of Edge, you can simply use this:

    CSS
    .userAvatarImage {
        border-radius: 0;
    }

    For me, unset is not necessary here since you explicitly want to set it to 0.

  • Thank you both very much.


    Just another question if you can help me...


    I am not sure what it's called but I will try and explain.


    I think it's called a postbit where number of posts and reactions show and also avatar. Is there a way to make that more smaller or narrower?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!