I want to be able to specify image dimensions when posting on my forum.
I've been looking for almost two hours and all the "image size" posts I find are for automatically resizing images that are posted over a certain size. This is NOT what I'm looking for.
I trust all of the posters on my forum and I want them to be able to specify the image pixel sizes, like one is supposed to be able to do with uncrippled BBCode...how do I re-enable this?
On BBCode.org it's
specified that [img={width}x{height}]{url}[/img] is
supposed to work.
For example, a 100x100 image should be able to be displaying at 200x400 by doing this:
[img=200x400]
http://whatever.com/image.jpg[/img]
But in phpBB it doesn't.
Am I missing something, or are the phpBB writers trying to "protect us from ourselves"?