I used the be able to limit the width of signature images on mobile devices using this code in extra.less
.message-signature
{
.bbWrapper
{
.bbImage
{
max-width: 600px;
max-height: 150px;
overflow-x: auto;
overflow-y...
Hi @Chris D
Can you tell me how i can set a limit for the signature image?
For example, i don't want forummembers to use a signature picture bigger than 500x100 pixels. WithxHeigth.
How to set this up?