MyBB Community Forums

Full Version: Help Thread Display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why if my user post wide pict thread display wide same like pict
here the capture not match display ?
http://nocan.us/showthread.php?tid=254&pid=1739#pid1739

what should i do ? Sad
Looks like the sentences in that post are way to long that's why your forum is stretched like that, don't align everything to the center.
@JonP , align img just remove from post seem doesnt help its still wider ? any Idea?
Actually everything on that page is huge, that's why its like that, the images are to big, i would upload them as attachments and allow people to click on them to view the images and your thread won't be so stretched out.
yu it is due to thi iamhe
[Image: nocanusopenmindopenpeop.png]

use "fit on page plugin" to re size all big pictures to small
You should also be able to add the following CSS to limit the maximum image size:

.post_body img{
max-width: 500px;
}
@timeB

can u show me which one i must editing in template
Just add it to the bottom of global.css, so:

ACP > Templates & Styles > Themes > select theme > global.css