MyBB Community Forums

Full Version: big images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Friends,

I have a problem, if someone posts big images, it looks messed up.

I have installed the Fit on Page Plugin but the image is still bigger than it should be.

See a screenshot here: http://awesomescreenshot.com/0501vp5p55

Is it possible to set, that even the biggest images are resized to a maximum of 80% of the post container?

Please explain it to me, I am a nooby.

Thanks in advance much luv.
can we have a test url where you have such a big image - simple method is to use css style code like below
.post_content img {width: 80%!important; height: auto!important;}
Great thank you, .m.!
This works perfectly.

It's not solved I've just realized that the smileys are huge now, anyone know why?
^ assuming that you do not have custom smilies of different sizes and in different folders
adding below code after the earlier suggested code should fix it
.post_content img[SRC*="smilie"] {width: 21px! important;}