SuperMonis
Member
I currently have this in my extra.less
It works for scaling down the size of an image however it doesn't affect signatures like this:
Code:
.message-signature
{
.bbWrapper
{
.bbImage
{
max-width: 500px;
max-height: 100px;
overflow-x: auto;
overflow-y: auto;
}
}
}