MyBB Community Forums

Full Version: Change avatar shape / dimensions on postbit and profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: HxaRtqy.png]
how do i make this image stretch to a 140x140 instead of it being some rectangle, or whatever the default shape was

Secondly:
[Image: 0ErvEjk.png]
this is from postbit, how can i change it to be 140x140 square not a circle?
(2019-11-08, 10:57 PM)breadd Wrote: [ -> ][Image: HxaRtqy.png]
how do i make this image stretch to a 140x140 instead of it being some rectangle, or whatever the default shape was

Secondly:
[Image: 0ErvEjk.png]
this is from postbit, how can i change it to be 140x140 square not a circle?
You can scale the first one by adding the below to its CSS attributes:
width: 140px;
height: 140px;
For the second one, do the same, but set border-radius to 0.