GUIDE: how to make an avatar

Discussion about miscellaneous topics not covered by other forums.
Post Reply
User avatar
eddy
Posts: 1
Joined: Fri Nov 29, 2024 7:05 am
Contact:

GUIDE: how to make an avatar

Post by eddy »

phpBB has pretty strict image limits: 90x90 pixels and <6kb. The easiest way to take an image you like an fit it within these requirements is to use Squoosh, which can both aggressively compress and resize the image.

It looks like this — and make sure to select "Advanced Settings" to reveal Resize.

Image

And note that phpBB requires hosting images yourself and putting them behind a tag like this. :lol:

Code: Select all

[img=https://your_url_here][/img]
User avatar
sulpiride
Posts: 2
Joined: Thu Nov 28, 2024 6:40 pm

Re: GUIDE: how to make an avatar

Post by sulpiride »

thank you! :geek:
Post Reply