We've never felt the need to support image uploads to signatures.Strange thing is that people only can add an URL and not upload a picture. Why is that?
I can certainly see that its width is wider than 100px, though I did also realise I gave you the code with the height and width values you wanted the wrong way round, though I don't think that's an issue here (I've edited my post).Here you can see that it did not work: It published the whole picture and it's wider than 100 px
Add the following to your extra.less template:
Less:.message-signature { .bbWrapper { .bbImage { max-width: 500px; max-height: 100px; overflow-x: auto; overflow-y: auto; } } }
Thank you. Just figured it out. You're quick!I think the details of how to do it are in this thread:
https://xenforo.com/community/threads/frequently-asked-questions.5183/
Thanks! It workedAdd the following to your extra.less template:
Less:.message-signature { .bbWrapper { .bbImage { max-width: 500px; max-height: 100px; overflow-x: auto; overflow-y: auto; } } }
Would love that too...I think the need is there. People want to personalise the signature. How easy it is to add a picture of your own taken on your mobile? Now people must upload them to a server, if they allready know how to do that, and copy the link. Bit hard for many people.
old post but still relevant, thanks for this... works greatAdd the following to your extra.less template:
Less:.message-signature { .bbWrapper { .bbImage { max-width: 500px; max-height: 100px; overflow-x: auto; overflow-y: auto; } } }
We use essential cookies to make this site work, and optional cookies to enhance your experience.