
06-25-2010, 11:26 PM
|
|
|
Join Date: Mar 2009
Posts: 139
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by graham_w
Hello
In researching how to fix another mod, it actually found a fix for this one on VB4.0.4
Remove the following code from postbit.css (Styles & Templates ->Style Manager->Edit Templates)
Code:
.postbit .content img, .postbitlegacy .content img, .postbitdeleted .content img, .postbitignored .content img, .eventbit .content img {
max-width: {vb:stylevar postbit_content_max_image_width};
_width: expression(document.body.clientWidth > {vb:stylevar postbit_content_max_image_width.Size}? "{vb:stylevar postbit_content_max_image_width}": "auto" );
}
This removes the inbuilt VB4.0.4 image resizer and allows this mod to start working again.
Cheers
|
NOT work
|