![[Image: HxaRtqy.png]](https://camo.mybb.com/55cdfd9ab20361eba9e4812ece4d8a8601e4044e/68747470733a2f2f692e696d6775722e636f6d2f487861527471792e706e67)
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]](https://camo.mybb.com/05006629d6d8d49e0239c818a67ee57a4eba853f/68747470733a2f2f692e696d6775722e636f6d2f30457276456a6b2e706e67)
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]](https://camo.mybb.com/55cdfd9ab20361eba9e4812ece4d8a8601e4044e/68747470733a2f2f692e696d6775722e636f6d2f487861527471792e706e67)
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]](https://camo.mybb.com/05006629d6d8d49e0239c818a67ee57a4eba853f/68747470733a2f2f692e696d6775722e636f6d2f30457276456a6b2e706e67)
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.