2012-06-08, 04:20 PM
Title
Set a limit to the width of the images in signature?
|
2012-06-08, 04:27 PM
I'm not sure it's possible as default. I assume you want to do this as some images break your layout? If so, you could probably solve that using some CSS.
2012-06-08, 04:28 PM
In the templates, wrap each user's signature in a div (or p, or whatever suits your purposes best) with the class signature. Then in the CSS:
.signature img { max-width: 600px;} Set it to whatever is right for you. Of course, it will still load the full file size, but it won't display more than 600px of width.
2012-06-08, 05:03 PM
Maybe take a look at this: http://community.mybb.com/thread-98883.html
MyBB Support Technician
Please do not PM me for support. MyBBatically - A quick and easy way to update your board! |
« Next Oldest | Next Newest »
|