Control signatures height per pixel with CSS
This modification is in the archives.
This mod will help you determine a fixed height for signatures in posts with CSS to prevent members from having a large annoying signature. (it will cut from the signature and hide the rest of it) - screenshot attached.
Long signatures and signatures with alot of images will not be an issuse anymore! INSTALLATION EDIT postbit OR postbit_legacy (which you use) and search for: HTML Code:
$post[signature] HTML Code:
<div class="fixedsig">$post[signature]</div> HTML Code:
.fixedsig { max-height:250px; height:expression((document.documentElement.clientHeight) > 250? "250px" : "100%"); overflow:hidden; } And you're done! SUPPORT Please click Mark as Installed if you want to get support for this mod. Download No files for download. Screenshots |
Similar Mods
Show Thread Enhancements Control signatures height per pixel with CSS | vBulletin 3.8 Template Modifications |