how to set size of uploaded image manually on topic form like microsoft wordfile
-
Hi TEam NodeBB,
Can you please give me some idea about resize image manually like we can set size on word file. or like email body.
Thanks
-
You might try one of the wsywg composers like nodebb-plugin-composer-quil.
Markdown doesn't support image sizing, so the default setup of composer-default + markdown doesn't support it.
-
I think this can be done by change regex parsing the width and length of the image in markdown or external plugin.
For example default markdown syntax for images
![text](image.jpg)
, we can change it to![text](image.jpg|200x400)
and set value in style of image likestyle="width:200px; height:400px"
Copyright © 2025 NodeBB | Contributors