Back to vBulletin 3.6 Template Modifications

Very simple image resize (CSS only)
Mod Version: 1.00, by OsMoSiS.it

This modification is in the archives.
vB Version: 3.6.1 Rating: (2 votes - 5.00 average) Installs: 78
Released: 22 Sep 2006 Last Update: Never Downloads: 19
Not Supported Template Edits  

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 */
Tested with Firefox 1.5 and IE 6.0.

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

vblts.ru supports vBulletin®, 2022-2024