XF 1.2 Picture covering post content when enlarged

touch

Member
I just move to xenforo and my forum member love it . But I just found out something and I don't know how to fix it. many of the image in my forum post covering the post content when its clicked to enlarge.. here is the screenshoot

Before the image clicked

before.gif


After the image clicked
after.gif

Could you guys help me how to solved it ?

sry for my bad english
 
I keep thinking this is a matter of css style but I dunno how since I dont know anything about coding etc :X3:

then I found this while searching again with different keyword http://xenforo.com/community/threads/define-image-from-url-size.53360/ then I put this code to extra.css

Code:
.bbCodeImage {
max-width: 900px !important;
max-height: 700px !important;
}

So far this look like solve my problem.. I need your opinion about this just in case I put the wrong code since I dont know anything about coding :)
 
It might work for that precise image, but I'm not sure if it will work with images of different dimensions. Try it with more images and see if it works.
 
Top Bottom