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