I've tried including "size=" and "width=" parameters in the
[img][img]The [img] BBCodes (size, height, width) are not supported on this forum.jimspoon wrote: Sat Oct 09, 2021 3:59 pm Is there a way to control the display size of images included in posts on this forum?
I've tried including "size=" and "width=" parameters in thetag but nothing worked.[img]
It hasn't. The shown size is limited by the "page" (the area where a post is displayed).therube wrote: Mon Oct 11, 2021 5:06 pm I'll assume that the board itself has some max height/width & automatically resizes larger images?

Code: Select all
[imgwh=width,height]Image URL[/imgwh]Code: Select all
[imgwh=32,32]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgwh]
Code: Select all
[imgwh=64,64]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgwh]
Code: Select all
[imgwh=128,128]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgwh]
Code: Select all
[imgwh=256,256]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgwh]
Code: Select all
[imgwh=512,512]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgwh]
Code: Select all
[imgwh=256,128]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgwh]
Code: Select all
[img]https://www.voidtools.com/everything.1.5.dark.mode2.png[/img]
Code: Select all
[url=https://www.voidtools.com/context.menu.icon.png][img]https://www.voidtools.com/context.menu.icon.png[/img][/url]Better had I said, "scaled", rather then, constrained.Here, viewtopic.php?p=39882#p39882, the width is constrained.
Just to note, that is going to be specific to conventions used by a particular service.I found another way to change the display size of an image included in a post here. This post points to an image named Ya3fEfc.jpg on Imgur. If I add an "m" to the filename (Ya3fEfcm.jpg) to the url, Imgur will serve up a 320px width image
That's right. I looked at a few other services to see if they supported serving up different versions of the same image based on alterations to the URL used to embed the image, and if so, how to do it.therube wrote: Tue Oct 12, 2021 7:25 pm Just to note, that is going to be specific to conventions used by a particular service.

Code: Select all
[url=https://www.voidtools.com/context.menu.icon.png][img]https://www.voidtools.com/context.menu.icon.png[/img][/url]Code: Select all
[url=https://www.voidtools.com/everything.1.5.dark.mode2.png][imgw=64]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgw][/url]
Code: Select all
[url=https://www.voidtools.com/everything.1.5.dark.mode2.png][imgh=64]https://www.voidtools.com/everything.1.5.dark.mode2.png[/imgh][/url]