.message .signature .bbCodeImage {
max-height: 100px;
max-width: 200px;
overflow-x: auto !important;
overflow-y: auto !important;
}
wow, that is awesome how can I do that to uploaded pictures?You can't limit the number of images, but you can limit the overall size of the signature and the image sizes.
Try adding this to EXTRA.css:
Code:.message .signature .bbCodeImage { max-height: 100px; max-width: 200px; overflow-x: auto !important; overflow-y: auto !important; }
You can change that code to suit, adjusting the sizes and the overflow type (hidden for example).
I added this code as described, however the image remains full size in signature. Any suggetions?You can't limit the number of images, but you can limit the overall size of the signature and the image sizes.
Try adding this to EXTRA.css:
Code:.message .signature .bbCodeImage { max-height: 100px; max-width: 200px; overflow-x: auto !important; overflow-y: auto !important; }
You can change that code to suit, adjusting the sizes and the overflow type (hidden for example).
In 1.1.4?The standard signature permissions will do that.
Thanks for quick answer.The permissions don't exist in that version.
It would require an add-on in that case.
You can't limit the number of images, but you can limit the overall size of the signature and the image sizes.
Try adding this to EXTRA.css:
Code:.message .signature .bbCodeImage { max-height: 100px; max-width: 200px; overflow-x: auto !important; overflow-y: auto !important; }
You can change that code to suit, adjusting the sizes and the overflow type (hidden for example).
You can't limit the number of images, but you can limit the overall size of the signature and the image sizes.
Try adding this to EXTRA.css:
Code:.message .signature .bbCodeImage { max-height: 100px; max-width: 200px; overflow-x: auto !important; overflow-y: auto !important; }
You can change that code to suit, adjusting the sizes and the overflow type (hidden for example).
Thanks Brogan. Is it at all possible to get instructions on which classes to change and how?It's the extra.less template now.
You will also need to change the classes to suit for XF2.
We use essential cookies to make this site work, and optional cookies to enhance your experience.