Limit signature height via CSS
This tiny hack will strictly limit signature height. It will take ALL things what the user have in the signature (no matter what is it ... text, image, video, code ... ) and it will crop it based on choosed value.
Original hack was made by Mazinger, but it was a bit outdated and it didn't work for IE7, so there is a newone for vB 4.x Installation: Styles & Templates -> Style Manager -> Edit Templates -> edit additional.css add following code: Code:
.signaturecontainer { max-height:200px; _height: expression(this.scrollHeight > 200? "200px" : "auto" ); overflow:hidden; } Download No files for download. Screenshots |
Similar Mods
Mini Mods Limit the height of the signature | vBulletin 3.7 Template Modifications |