Quote:
Originally Posted by Lynne
|
Well, I must register you to be able to see VM. I can send you login details to your PM.
Similar thing hapend when I Preview Post (or edit), image is at original size, but when I submit post image is resized. Its not the case with VM.
Here is VM case, you can see that image goes to the right, outside the main frame:
Attachment 124334
Postbit sample:
Attachment 124336
Here is same picture at postbit:
PHP Code:
element.style {
height: 533px;
width: 800px;
}
.postbit .content img, .postbitlegacy .content img, .postbitdeleted .content img, .postbitignored .content img, .eventbit .content img {
max-width: 800px;
}
and same picture at VM:
PHP Code:
element.style {
height: 608px;
width: 912px;
}
fieldset, img {
border: 0 none;
}