Very simple image resize (CSS only)
This modification is in the archives.
Simply put this piece of code into "Additional CSS Definitions" under Style Manager -> Main CSS of the template you want this mod apply to.
Code:
/* BEGIN Image resize */ #posts IMG { max-width: 700px; width: expression (this.width > 700 ? "700px" : true); } #collapseobj_threadreview IMG { max-width: 700px; width: expression(this.width > 700 ? 700: true); } /* END Image resize */ This works also with VBulletin > 3.0.0. Download No files for download. |
Similar Mods
Add-On Releases Resize Image Pix | vBulletin 3.6 Add-ons |